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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.