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
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.