Forums

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

Need to Make URL for "Parent Link = PRJ-8888"

Timothy Fischer September 20, 2021

I'm looking to use the REAT APIs to search for parent links and would think it should be something like:

 

https://myCompany.atlassian.net/search?jql="Parent Link = PRJ-8888"

 

Can anyone help me to get the correct url to pass?

2 answers

0 votes
Daniel Turczanski - JQL Search Extensions
Atlassian Partner
September 22, 2021

Hi @Timothy Fischer 

It's:

https://myCompany.atlassian.net/rest/api/2/search?jql=%22Parent%20Link%22=PRJ-8888

Make sure to:

  • include the REST api and its version in the path
  • URL encode the white space characters
0 votes
Ajay _view26_
Community Champion
September 20, 2021

Hi @Timothy Fischer 

You can use the REST API with the below url parameters

https://<baseurl>.atlassian.net/rest/api/3/issue/<Issue Key >?fields=parent

 

Cheers

Ajay

Suggest an answer

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

Atlassian Community Events