Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-22358

Create query that includes current displayed issue by ID

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • None
    • Indexing
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      I would like to be able to easily create a new query that explicitly lists the issues shown in the issue navigator by ID. For example if my current query returns ABC-123, ABC-456, and ABC-678, then I would like a function that will automatically create a new query that is guaranteed to only return the issues shown:

      id in (ABC-123, ABC-456, ABC-678)

      An example of when this might be used doing multiple bulk updates to a set of issues. One of the updates may cause the issues to no longer match the original query, and modifying the query might result in also including issues being returned that were not returned by the original query. For example, say I want to reopen several issues, change something, then close them again. The original query is:

      Project = ABC and Status = Closed and <another property>

      But once the issues are reopened, they no longer appear on this list. If I modify the query to:

      Project = ABC and Status = Reopened and <another property>

      Then issues that were not on the original list might be included as well, which is not what was intended--I just wanted to work with the issues returned by the original query.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              e984c2d9828e Drew Goodwin
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: