Hi,
We have numerous JD projects, and I am trying to use JQL queries for some reports. However, I'm encountering an issue where multiple custom fields with the same names appear, making it unclear which field belongs to the specific project I’m focusing on. For instance, when I query the test project, I get 15 different custom fields with the same name, each used for different PD projects. It's a complicated process to identify which field corresponds to which project. The same issue arises when I try to add columns in a JQL query, as all these fields show up with identical names. I was hoping that if at least a project is used, it would filter the custom fields based on that project.
Hi @Mark Lang
Welcome to our Community.
To fix the issue of multiple same names, I think you could use the global custom fields instead, which can be shared among those JPD projects.
As for JQL queries, please use this rest api to get the custom field id:
https://{site name}.atlassian.net/rest/api/3/issue/{issue key}
Hope it helps you,
YY哥
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.