Forums

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

Filter issue based on Linked issue details

Prabhuram Kumar January 19, 2021

Hi All,

I was trying to create a filter to fetch issue based on linkedissue details. My filter should be like

issue in linkedissue(type=task and status = closed and summary ~ Deploy)

so basically it should bring out the issue which has linked issue with type=task and status = closed and summary contains deploy.

could you please help me know how to get it in cloud jira

2 answers

2 accepted

0 votes
Answer accepted
Kristian Walker _Adaptavist_
Community Champion
January 20, 2021

Hi Prabhuram,

Thank you for your question.

I can confirm that ScriptRunner for Jira Cloud can help to achieve your requirement of fetching issues basd on inked issues with the linkedIssuesOf() enhanced search function documented here.

This page will show examples of how you can use this function to search for issuses based on issue links.

Regards,

Kristian

0 votes
Answer accepted
Trudy Claspill
Community Champion
January 19, 2021

Hello @Prabhuram Kumar 

That type of advanced filtering is not available except through apps that you can add to JIRA Cloud, I believe.

One such app is Adapatavist Scriptrunner. It has a function called linkedIssuesOf, and you would use a subquery in that function.

https://docs.adaptavist.com/enhanced-search/jira/cloud/latest/functions/issue-link-functions.html

issue in linkedissueof(type=task and status=closed and summary~deploy)

Prabhuram Kumar January 19, 2021

Hai @Trudy Claspill 

Thanks for your answer . will check with our jira team on possibility of adding this apps.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events