If we have a task and there are other tasks linked to it as a dependency I cannot figure out how to search for that specific task key ID and the dependencies linked to that specific task key ID. Is this doable?
Hello @Nikki DuBois
Did you try IssueLink = XYZ-99
Else can you specify more about your context.
Regards,
JM
Something like this should work:
issueKey = "TASK-123" OR issueLinkType = "is blocked by" AND issueLink in linkedIssues("TASK-123")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nikki DuBois ,
Welcome to the Atlassian Community !!
I'm not sure if you are looking for this :
issuefunction in hasLinkType("Cloners") and issue in linkedIssues(Test-123)
Thanks !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the article that can help you :
https://support.atlassian.com/jira-software-cloud/docs/jql-functions/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.