Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to get issues linked to a particular project only?

Sreepriya Unnikrishnan July 28, 2022

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

1 answer

0 votes
Pramodh M
Community Champion
July 28, 2022

Project in (PAF, PALMF) AND issueLinkType in ("relates to", causes) OR issueLinkType in ("relates to", "caused by") AND created >= -44w 

Thanks,

Pramodh 

Pramodh M
Community Champion
July 28, 2022

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

https://community.atlassian.com/t5/Jira-questions/Single-Jira-Jql-to-get-the-list-of-linked-issues-fileds/qaq-p/1696145

Thanks,

Pramodh

Suggest an answer

Log in or Sign up to answer