Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Sprint Designation is different

Deleted user
October 4, 2023

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 #

 

2 answers

0 votes
Tarun Sapra
Community Champion
October 15, 2018

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
0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 15, 2018

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")

Suggest an answer

Log in or Sign up to answer