Improvement Request Resolution Without Editing Code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • we_are_borg
    Senior Member
    • Aug 2004
    • 5454
    • 4.2.X

    Improvement Request Resolution Without Editing Code

    Here below i made a code that checks in Jira Improvement Request resolution but only stuff that did not require editing any code.

    Code:
    project = VBIV AND issuetype in ("Improvement Request", Sub-task, Sub-issue) AND resolution in ("Won't Fix", Duplicate, "Cannot Reproduce", "As Designed", "Out of Scope", "No Response") AND status in (Resolved, Closed)
    Please keep in mind that it is not 100% if some one makes a wrong entry in Jira the data you see will be wrong to.

    I have also made the above code avilible in Jira it self the title is the name i gave it in Jira.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...