Hi, Can someone share details on how to retrieve labels related to particular project, based on projectID or project Key.
Thanks.
Hi @Peter ,
unfortunately labels are not associated to a specific project. In order to retrieve labels used in a specific project you could retrieve via REST API (BASEURL/rest/api/2/search?jql=YOUR_JQL_HERE) all issues in a project with labels and collect them.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.