Hello,
I'm trying with an automate to edit the value of the customfield "account".
However, to edit the field I need the id and I can't do it directly with the value. But I only have the value at my disposal.
Someone could help me please
Thank you
Hi @Hugo DONA,
If I understand your question right, since "account" is a custom field, to find the field's ID, you can navigate to Administration --> Issues --> Custom fields --> Search/pick the custom field --> click on ellipses (...) at the extreme right and select configure --> Now, check the url of the page which will end with something like "customFieldId=10101". This numeric value is the ID of your custom field.
Hope this helps!
Thanks!
not exactly, I must have expressed myself badly
I use bulk ticket admin import via CSV.
when mapping the "Account" field, I have for example the value "30000000000", however jira expects the id of the "Account" customfield value.
"customfield_10104": {
"self": "https://JIRA_HOST/jira/rest/tempo-accounts/1/account/3600",
"id": "3600", -> the value that jira needs
"key": "300000000047088",
"name": "300000000047088" -> the value I have
},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, not sure of the solution here. Can you check if you're able to add this value "30000000000" as an option on the custom field configuration and then do the import? Just a wild guess! Sorry if it doesn't work. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.