Hi community,
In my JIRA I have a issue type called requirement,
and another one called Epic.
I want to create a filter that would retrieve a list of requirements (e.g. issuetype = REQ), but which holds a link called "Is requirement Of", and the destination issue is of type Epic, and the Epic has "Timespent>0"
That seems like a good use case for the linkedIssuesOf jql function.
Try something like
issueType=REQ and issueFunction in linkedIssuesOf("issueType=Epic and timespend>0", "has requirement")
Note that you want the reverse of your "is requirement of" link in the second parameter of the function.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.