I am trying to fetch the Version(relases) and associated Related work using this rest api and not able to fetch the list of related work.. Please check or guide to resolve this.
Hi @Ashim Chatterjee and welcome!
This rest API https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-issue-picker-get need a query as parameter.
You need to create your own jql and use it as parameter during the call.
Example : https://project-name.atlassian.net/rest/api/3/issue/picker?query%3Dprojects%3DKEY
Keep in mind that jql need to be encoded.
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.