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?
It's:
https://myCompany.atlassian.net/rest/api/2/search?jql=%22Parent%20Link%22=PRJ-8888
Make sure to:
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
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.