Hi All,
I have this requirement to get All linked issues of a particular project.
Eg. Get All PAF project tickets which have a linked issue to a PALMF project
(PAF and PALMF are 2 different JIRA projects)
Could you please guide me on how to write this JQL?
Currently I have got results for project = PAF AND issueLinkType in ("relates to", causes) AND created >= -44w
But is there a way for me to specify linked issues of PALMF project only?
We are using Jira v8.5.19
And I have gone through this thread - https://community.atlassian.com/t5/Jira-questions/Get-list-of-linked-issues-how-to/qaq-p/95753#U2092658
Please let me know. Thanks
Project in (PAF, PALMF) AND issueLinkType in ("relates to", causes) OR issueLinkType in ("relates to", "caused by") AND created >= -44w
Thanks,
Pramodh
This was close one I can get, although you will have more control when you do it via Automation to check the condition
This might also help
Thanks,
Pramodh
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.