Forums

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

How to use JQL to get status of remotelinked issue?

white October 19, 2022

I want to use JQL to get the status of remotelinked issue,How to write the JQL?   

1 answer

1 vote
Ollie Guan
Community Champion
October 19, 2022

Hi @white ,

The remotelinked refers to a new link type customized by your team?

white October 19, 2022

No,It is the Remote issue links in JQL,you can see the details in the website.Script JQL Functions (adaptavist.com)

(Has Remote Issue Links)

I want to query an issue(Remote issue links) whose status is closed.Thank you

Ollie Guan
Community Champion
October 19, 2022

issueFunction in hasRemoteLinks() and status = closed

white October 19, 2022

Well,Thanks so much

white October 20, 2022

Hi. I hava a new question,

My vision of remotelink refers to two jira instances linked by applicationlink

for example:

Jira A in Issue 1 is remotely linked with Jira B Issue 2, and then can I query the remote linked issue 2(issues with the status of closed) in Jira A through JQL?

Ollie Guan
Community Champion
October 20, 2022

I have not deployed the SR plugin.

Btw. the following statement is mentioned from the online doc.

 

 

  • Find issues linked to a specific web host:

    issueFunction in linkedIssuesOfRemote("host", "www.stackoverflow.com")

 

 

 

  • Find issues linked to a path starting with a particular string:

    issueFunction in linkedIssuesOfRemote("path", '/jira*')
    issueFunction in linkedIssuesOfRemote("path", '/projects*')

 

 

 

  • Find all issues with a remote link to some Atlassian app (Confluence, JIRA, Bamboo, Bitbucket, etc.):

    issueFunction in linkedIssuesOfRemote("application type", "com.atlassian.*")
Like Laura Pellizzari likes this
white October 20, 2022

Tkank you,It seems that only the issue can be found, and more details of the issue cannot be found

Suggest an answer

Log in or Sign up to answer