I noticed that a jql statement that my sprint # is actually traced in the background as a different sequential number (e.g., Sprint 20 (basic) is also Sprint 124 (jql)).
I created the search via basic.
I work in a large organization and the sequential numbers are in order by multiple project sprints.
In order to create a jql query, I need to know the corresponding background #. How do I find it - it doesn't work quoting the end-user sprint #
Hello @Elliott Lock
If you have ScriptRunner plugin you can use this query for your requirement.
type = story and issueFunction in parentsOf("assignee=username") and assignee != username
Hello,
You would need a plugin for it. For example, you could use the JQL Search Extenstions plugin:
https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira
You could write a JQL query like this:
issue in parentOf("assignee = username")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.