Hello Team,
Currently i want to create a filter to list the issues linked to a project.
Scenario:
Project A( Url: Jira.companyname.com)
Project B( Url: Support.companyname.com)
I am using the url of Project B and i want to create a filter to retrieve the issues linked to Project A(Url).
Request you to kindly help me with the filter on how to use. I tried to use the below but it did not work stating error that project b does not exist in the latest url.
issueFunction IN linkedIssuesOf
(' project = "Project B")
Please advice. Thanks
In your description, you mentioned:-
Request you to kindly help me with the filter on how to use. I tried to use the below but it did not work stating error that project b does not exist in the latest url.
issueFunction INlinkedIssuesOf
(' project = "Project B")
Looking at your code, there seems to be an error, i.e. you have not closed the quotation properly.
Please update it to:-
issueFunction IN linkedIssuesOf
("project = 'Project B'")
Also, can you please confirm if you have a Project B in your instance?
I am looking forward to your feedback and clarification.
Thank you and Kind regards,
Ram
@Ram Kumar Aravindakshan _Adaptavist_ : Thanks for the response. The Project B exists in different URL and is not working even when i have updated the quotation properly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Harish Kumar :
Based on the information you've sent, if there are different URLs for the projects, it means the projects are on different instances of Jira Server.
JQL doesn't work across instances that I know of. It also appears that you're using a JQL function from Scriptrunner which works only on a single instance and not across instances.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Robert Wen_Cprime_ : Thanks for your detailed explanation.
Small doubt, however i was able to provide the different url in issue links.
Could there be any other alternative to search the filter for with issue links ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.