Rather than using sub tasks (because they are not workable in the backlog) I associate the issue type story with several tasks issue types.
I am wanting to be able to display any tasks that are not linked to a story.
In particular, linked using the option 'implemented by' or 'implements'
Check out the function listed in
Let me know if you have further questions
Yes that is helpful however I want to find tasks that are linked to a story so when adding NOT IN, do I need to include all the valid linked options?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The function supports "NOT IN" and != operator.
Something like this will help? ->
type = Task and issueLinkType != implements
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.