Forums

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

Tracking fixversion in subtasks different from parent ticket

Polina Shyshkun January 15, 2019

Hi! 

 

Can someone help me with the following problem? 

I have a task (Test) and fix version is 1.0, in this parent ticket I have subtasks, which have fix versions 2.0. 

How can I track within the jql those tickets where fixversion in sub-tasks are not equal to the parent ticket? 

1 answer

1 accepted

0 votes
Answer accepted
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 Leaders.
January 15, 2019

Hello,

You would need an add-on for it.

For example, you could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

With this add-on you could write a JQL like this:

key in silJQLExpression('fixVersion != parent.fixVersion', 'project = SCRUM')

Polina Shyshkun January 16, 2019

Hi, thank you for sharing this. Is there any option to do this without using an additional plugin? 

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 Leaders.
January 16, 2019

Hello,

It is not possible without an add-on.

Polina Shyshkun January 16, 2019

Got it, thank you for your help

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 Leaders.
January 16, 2019

You are most welcome!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events