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?
Hello,
You would need an add-on for it.
For example, you could use the Power Scripts add-on:
With this add-on you could write a JQL like this:
key in silJQLExpression('fixVersion != parent.fixVersion', 'project = SCRUM')
Hi, thank you for sharing this. Is there any option to do this without using an additional plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
It is not possible without an add-on.
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.
You are most welcome!
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.