Hi,
I am trying to get the Team name from the Jira Issue page. But I could not find a consistent field that could provide the required information. The customfiled that sometimes does provide the name, keeps changing with issues or is not present in other issues at all.
Please help.
Hi @Nikhil
Get Issue - REST API will provide the custom field details in format customfield_id
You will need to get the Team field ID and then look for the value
Thanks,
Pramodh
Maybe it's not present on some screens? You can use it's ID via API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am trying to locate custom_id filed for an issue that helps in finding the Team ID but not been able to do so. Can you help in isolating the information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On which field is it stored? Custom field or predefined?
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.
Hi,
I have managed to find the Team Ids for the respective issues. Now, need to find the team names of the corresponding IDs. Is there a way to map Team ID with Team name?
Please guide.
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.