Difference between revisions of "Template:Issue/Version 1"

From Second Life Wiki
Jump to navigation Jump to search
(New page: <includeonly>{{#vardefine:s|{{{style|}}}{{#switch:{{{status|}}} |fixed=text-decoration:line-through; |misfiled=text-decoration:line-through;color:red; |request=color:darkblue; |=}}}} {{!}}...)
 
Line 1: Line 1:
<includeonly>{{#vardefine:s|{{{style|}}}{{#switch:{{{status|}}}
<includeonly>{{#vardefine:s|{{{style|}}}{{#switch:{{{resolution|}}}
|fixed=text-decoration:line-through;
|fixed=text-decoration:line-through;
|misfiled=text-decoration:line-through;color:red;
|misfiled=text-decoration:line-through;color:red;
Line 5: Line 5:
|=}}}}
|=}}}}
{{!}}-style="vertical-align:top;" id="{{{1}}}"
{{!}}-style="vertical-align:top;" id="{{{1}}}"
{{!}} style="color:gray;" {{!}}•&nbsp;{{ucfirst:{{{status|open}}}}}&nbsp;Issue
{{!}}{{!}} {{#switch:{{#if:{{{type|}}}|{{lc:{{{type|}}}}}|meta}}
|meta= [[Image:Issue Type-Meta.gif|{{#ifeq:{{#if:{{{type|}}}|{{lc:{{{type|}}}}}|meta}}|meta|Meta Issue - Describes a general category of problems rather than a specific problem|{{ucfirst:{{{type|}}}}}}}]]
|bug=  [[Image:Issue Type-Bug.gif|Bug - A problem which impairs or prevents the functions of the product.]]
|imp=  [[Image:Issue Type-Improvement.gif|Improvement - An improvement or enhancement to an existing feature or task.]]
|nf|fs=[[Image:Issue Type-New Feature.gif|New Feature - A new feature of the product, which has yet to be developed.]]
|task= [[Image:Issue Type-Task.gif|Task - A task that needs to be done.]]
|tran= [[Image:Issue Type-Documentation.gif|Translation]]
|sub = [[Image:Issue Type-Subtask.gif|Sub-task - The sub-task of the issue]]
}}
{{!}}{{!}} {{#switch:{{#if:{{{status|}}}|{{lc:{{{status|}}}}}|
{{#ifeq:{{#if:{{{resolution|}}}|{{#lc:{{{resolution|}}}}}|unres}}|unres|open|res}}}}
|open=[[Image:Status-Open.gif|{{#ifeq:{{#if:{{{status|}}}|{{lc:{{{status|}}}}}|open}}|open|Open - The issue is open and ready for the assignee to start work on it.|{{ucfirst:{{{status|}}}}}}}]]
|ip  =[[Image:Status-In Progress.gif|In Progress - This issue is being actively worked on at the moment by the assignee.]]
|reop=[[Image:Status-Reopened.gif|Reopened - This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.]]
|res =[[Image:Status-Resolved.gif|Resolved - A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.]]
|clo =[[Image:Status-Closed.gif|Closed - The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.]]
|fixp=[[Image:Status-In Progress.gif|Fix Pending - Issues that have been fixed in Linden Lab's internal codebase, but not yet deployed in a viewer]]
|rft =[[Image:Status-Open.gif|Ready for Translation]]
|tip =[[Image:Status-In Progress.gif|Translation In Progress]]
|tran=[[Image:Status-Up.gif|Translated]]
|inqa=[[Image:Status-Down.gif|In QA]]
|pass=[[Image:Status-Closed.gif|Passed QA]]
|tfin=[[Image:Status-Reopened.gif|Translation Final]]
|pub =[[Image:Status-Resolved.gif|Published]]
|hold=[[Image:Status-Need Info.gif|On Hold]]
|eip =[[Image:Status-Reopened.gif|Editing In Progress]]
|eded=[[Image:Status-Resolved.gif|Edited]]
|test=[[Image:Status-In Progress.gif|Testing]]
|veri=[[Image:Status-Resolved.gif|Verified]]
|vfix=[[Image:Status-Resolved.gif|Verified: Fixed]]
|vned=[[Image:Status-Assigned.gif|Verified: Fix Needed]]
|rpub=[[Image:Status-Resolved.gif|Republished]]
}}
{{!}}{{!}} {{#switch:{{#if:{{{priority|}}}|{{lc:{{{priority|}}}}}|normal}}
|normal=[[Image:Priority-Minor.gif|{{#ifeq:{{#if:{{{priority|}}}|{{lc:{{{priority|}}}}}|normal}}|normal|Normal - Minor loss or impairment of function, other problems which have workarounds, or issues that are extremely simple to fix.|{{ucfirst:{{{priority|}}}}}}}]]
|showstopper=[[Image:Priority-Blocker.gif|Showstopper - ONLY the most severe, *confirmed* issues which demand immediate attention from Linden Lab. For example, inability for many Residents to login. IMPORTANT: Abusing this setting will cause revocation of Issue Tracker access. If in doubt, mark "Critical" instead.]]
|critical=[[Image:Priority-Critical.gif|Critical - Generally, most crashes (particularly if they're easy to reproduce and affect many), content loss, significant memory leaks, greatly reduced performance, etc.]]
|major=[[Image:Priority-Major.gif|Major - Major loss or impairment of function, including rarer crashes.]]
|low=[[Image:Priority-Trivial.gif|Low - Non-critical issues with simple fixes]]
|nice=[[Image:Priority-Trivial.gif|Nice to have - Issues not yet on the Linden Lab roadmap. See WEB-659 for more info.]]
}}
{{!}} style="{{#var:s}}" class="plainlinks" {{!}} {{Jira|{{{1}}}}}
{{!}} style="{{#var:s}}" class="plainlinks" {{!}} {{Jira|{{{1}}}}}
{{!}} style="color:gray;text-decoration:line-through;" {{!}} {{#if:{{{2|}}}| &nbsp;&nbsp; |}}
{{!}} style="color:gray;text-decoration:line-through;" {{!}} {{#if:{{{2|}}}| &nbsp;&nbsp; |}}
{{!}} style="{{#var:s}}" {{!}} {{{2|}}}</includeonly><noinclude>
{{!}} style="{{#var:s}}" {{!}} {{{2|}}}</includeonly><noinclude>
{| {{Prettytable}}
|- {{hl2}}
!Fields
!Values
|-
|type
|See '''type''' table
|-
|status
|See '''status''' table
|-
|resolution
|See '''resolution''' table
|-
|priority
|See '''priority''' table
|}
{| {{Prettytable}}
|+'''type''' parameter accepted values, defaults to Meta Issue
|- {{hl2}}
!type
!value
!description
|-
|| [[Image:Issue Type-Bug.gif|Bug}}]]                Bug        || bug  || A problem which impairs or prevents the functions of the product.
|-
|| [[Image:Issue Type-Improvement.gif|Improvement]]  Improvement || imp  || An improvement or enhancement to an existing feature or task.
|-
|| [[Image:Issue Type-Meta.gif|Meta Issue]]          Meta Issue  || meta || Describes a general category of problems rather than a specific problem
|-
|| [[Image:Issue Type-New Feature.gif|New Feature]]  New Feature || nf '''OR''' fs || A new feature of the product, which has yet to be developed.
|-
|| [[Image:Issue Type-Task.gif|Task]]                Task        || task || A task that needs to be done.
|-
|| [[Image:Issue Type-Documentation.gif|Translation]] Translation || tran ||
|-
|| [[Image:Issue Type-Subtask.gif|Sub-task]]        Sub-Task    || sub  || The sub-task of the issue
|}
{| {{Prettytable}}
|+'''status''' parameter accepted values, defaults to Open
|- {{hl2}}
!type
!value
!description
|-
|| [[Image:Status-Open.gif|Open]]                          Open                    || open || The issue is open and ready for the assignee to start work on it.
|-
|| [[Image:Status-In Progress.gif|In Progress]]            In Progress            || ip  || This issue is being actively worked on at the moment by the assignee.
|-
|| [[Image:Status-Reopened.gif|Reopened]]                  Reopened                || reop || This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.
|-
|| [[Image:Status-Resolved.gif|Resolved]]                  Resolved                || res  || A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.
|-
|| [[Image:Status-Closed.gif|Closed]]                      Closed                  || clo  || The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.
|-
|| [[Image:Status-In Progress.gif|Fix Pending]]            Fix Pending            || fixp || Issues that have been fixed in Linden Lab's internal codebase, but not yet deployed in a viewer
|-
|| [[Image:Status-Open.gif|Ready for Translation]]          Ready for Translation  || rft  ||
|-
|| [[Image:Status-In Progress.gif|Translation In Progress]] Translation In Progress || tip  ||
|-
|| [[Image:Status-Up.gif|Translated]]                      Translated              || tran ||
|-
|| [[Image:Status-Down.gif|In QA]]                          In QA                  || inqa ||
|-
|| [[Image:Status-Closed.gif|Passed QA]]                    Passed QA              || pass ||
|-
|| [[Image:Status-Reopened.gif|Translation Final]]          Translation Final      || tfin ||
|-
|| [[Image:Status-Resolved.gif|Published]]                  Published              || pub  ||
|-
|| [[Image:Status-Need Info.gif|On Hold]]                  On Hold                || hold ||
|-
|| [[Image:Status-Reopened.gif|Editing In Progress]]        Editing In Progress    || eip  ||
|-
|| [[Image:Status-Resolved.gif|Edited]]                    Edited                  || eded ||
|-
|| [[Image:Status-In Progress.gif|Testing]]                Testing                || test ||
|-
|| [[Image:Status-Resolved.gif|Verified]]                  Verified                || veri ||
|-
|| [[Image:Status-Resolved.gif|Verified: Fixed]]            Verified: Fixed        || vfix ||
|-
|| [[Image:Status-Assigned.gif|Verified: Fix Needed]]      Verified: Fix Needed    || vned ||
|-
|| [[Image:Status-Resolved.gif|Republished]]                Republished            || rpub ||
|}
{| {{Prettytable}}
|+'''resolution''' parameter accepted values, defaults to Unresolved
|- {{hl2}}
!resolution
!value
!description
|-
|| Unresolved || unres || Issue has yet to be resolved
|-
|| Fixed || fixed || A fix for this issue is available in a public release
|-
|| Cannot Reproduce || cr || All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.
|-
|| Contact Support || cs || Please contact Linden Lab support at http://secondlife.com/support rather than using this issue tracker
|-
|| Duplicate || dup || The problem is a duplicate of an existing issue.
|-
|| Expected Behavior || expect || Often the system is behaving exactly as designed, but it can look wrong if you're not aware of the reasons behind the behavior. This status is used for such cases.
|-
|| Misfiled || misfiled  || Issue should be somewhere besides this issue tracker
|-
|| Needs More Info || more || The problem is not completely described.
|-
|| Under Advisement || advice || The problem/idea is being evaluated.
|-
|| Won't Finish || wont || The problem described is an issue which likely will never be fixed.
|}
{| {{Prettytable}}
|+'''priority''' parameter accepted values, defaults to Normal
|- {{hl2}}
!priority
!value
!description
|-
|| [[Image:Priority-Minor.gif|Normal]] Normal || normal || Minor loss or impairment of function, other problems which have workarounds, or issues that are extremely simple to fix.
|-
|| [[Image:Priority-Blocker.gif|Showstopper]] Showstopper || showstopper || ONLY the most severe, *confirmed* issues which demand immediate attention from Linden Lab. For example, inability for many Residents to login. IMPORTANT: Abusing this setting will cause revocation of Issue Tracker access. If in doubt, mark "Critical" instead.
|-
|| [[Image:Priority-Critical.gif|Critical]] Critical || critical || - Generally, most crashes (particularly if they're easy to reproduce and affect many), content loss, significant memory leaks, greatly reduced performance, etc.
|-
||[[Image:Priority-Major.gif|Major]] Major || major || Major loss or impairment of function, including rarer crashes.
|-
||[[Image:Priority-Trivial.gif|Low]] Low || low || Non-critical issues with simple fixes
|-
||[[Image:Priority-Trivial.gif|Nice to have]] Nice to have || nice || Issues not yet on the Linden Lab roadmap. See {{Jira|WEB-659}} for more info.
|}
{|
{|
{{{{PAGENAME}}|a|status{{=}}fixed|status=fixed}}
{{{{FULLPAGENAME}}|a|resolution{{=}}fixed|resolution=fixed}}
{{{{PAGENAME}}|a|status{{=}}misfiled|status=misfiled}}
{{{{FULLPAGENAME}}|a|resolution{{=}}misfiled|resolution=misfiled}}
{{{{PAGENAME}}|a|status{{=}}request|status=request}}
{{{{FULLPAGENAME}}|a|resolution{{=}}request|resolution=request}}
{{{{PAGENAME}}|a|blah}}
{{{{FULLPAGENAME}}|a|blah}}
|}</noinclude>
|}</noinclude>

Revision as of 16:30, 19 October 2008


Fields Values
type See type table
status See status table
resolution See resolution table
priority See priority table
type parameter accepted values, defaults to Meta Issue
type value description
Bug}} Bug bug A problem which impairs or prevents the functions of the product.
Improvement Improvement imp An improvement or enhancement to an existing feature or task.
Meta Issue Meta Issue meta Describes a general category of problems rather than a specific problem
New Feature New Feature nf OR fs A new feature of the product, which has yet to be developed.
Task Task task A task that needs to be done.
Translation Translation tran
Sub-task Sub-Task sub The sub-task of the issue
status parameter accepted values, defaults to Open
type value description
Open Open open The issue is open and ready for the assignee to start work on it.
In Progress In Progress ip This issue is being actively worked on at the moment by the assignee.
Reopened Reopened reop This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.
Resolved Resolved res A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.
Closed Closed clo The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.
Fix Pending Fix Pending fixp Issues that have been fixed in Linden Lab's internal codebase, but not yet deployed in a viewer
Ready for Translation Ready for Translation rft
Translation In Progress Translation In Progress tip
Translated Translated tran
In QA In QA inqa
Passed QA Passed QA pass
Translation Final Translation Final tfin
Published Published pub
On Hold On Hold hold
Editing In Progress Editing In Progress eip
Edited Edited eded
Testing Testing test
Verified Verified veri
Verified: Fixed Verified: Fixed vfix
Verified: Fix Needed Verified: Fix Needed vned
Republished Republished rpub


resolution parameter accepted values, defaults to Unresolved
resolution value description
Unresolved unres Issue has yet to be resolved
Fixed fixed A fix for this issue is available in a public release
Cannot Reproduce cr All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.
Contact Support cs Please contact Linden Lab support at http://secondlife.com/support rather than using this issue tracker
Duplicate dup The problem is a duplicate of an existing issue.
Expected Behavior expect Often the system is behaving exactly as designed, but it can look wrong if you're not aware of the reasons behind the behavior. This status is used for such cases.
Misfiled misfiled Issue should be somewhere besides this issue tracker
Needs More Info more The problem is not completely described.
Under Advisement advice The problem/idea is being evaluated.
Won't Finish wont The problem described is an issue which likely will never be fixed.


priority parameter accepted values, defaults to Normal
priority value description
Normal Normal normal Minor loss or impairment of function, other problems which have workarounds, or issues that are extremely simple to fix.
Showstopper Showstopper showstopper ONLY the most severe, *confirmed* issues which demand immediate attention from Linden Lab. For example, inability for many Residents to login. IMPORTANT: Abusing this setting will cause revocation of Issue Tracker access. If in doubt, mark "Critical" instead.
Critical Critical critical - Generally, most crashes (particularly if they're easy to reproduce and affect many), content loss, significant memory leaks, greatly reduced performance, etc.
Major Major major Major loss or impairment of function, including rarer crashes.
Low Low low Non-critical issues with simple fixes
Nice to have Nice to have nice Issues not yet on the Linden Lab roadmap. See WEB-659 for more info.
Meta Issue - Describes a general category of problems rather than a specific problem Resolved - A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. Normal - Minor loss or impairment of function, other problems which have workarounds, or issues that are extremely simple to fix.    resolution=fixed
Meta Issue - Describes a general category of problems rather than a specific problem Resolved - A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. Normal - Minor loss or impairment of function, other problems which have workarounds, or issues that are extremely simple to fix.    resolution=misfiled
Meta Issue - Describes a general category of problems rather than a specific problem Resolved - A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. Normal - Minor loss or impairment of function, other problems which have workarounds, or issues that are extremely simple to fix.    resolution=request
Meta Issue - Describes a general category of problems rather than a specific problem Open - The issue is open and ready for the assignee to start work on it. Normal - Minor loss or impairment of function, other problems which have workarounds, or issues that are extremely simple to fix.    blah