Is it possible to search based on project and the ticket status of an issue linked from a remote jira instance?
I tried the below query and didn't help..
issueFunction in linkedIssuesOfRemote("query", "Project=TEST and status = Triage")
issueFunction in linkedIssuesOfRemote("Project=TEST and status = Triage")
I also don't understand how to use this function and would love to do the same thing as the original question asked.
try the query as below
Update the application name and project name
issueFunction in linkedIssuesOfRemote("application name","Confluence") and project =Test
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Muhammad Ramzan_Atlassian Certified Master_ ,
The query did not work for me. But thanks for trying to help me. This query will give me error as "The value 'TEST' does not exist for the field 'project'."
I would want to search issues in "JIRA1" instance which has any reference of linked issues of a project from a remote jira instance say "JIRA2"
But this query will expect the TEST project to be available in JIRA1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please use your jira project in query
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.