Hello All,
We want to Update dropdown values of a multi/single select custom field after certain time intervals by using an Web hook/Automation rule -"Send a Web request". Is it possible to update the particular field values?? If so please suggest how can we do it or using which tool in Jira cloud standard.
Regards,
Srikanth Vemuluri
You can use a REST API call to update the values. Specifically this endpoint:
PUT /rest/api/3/field/{fieldId}/context/{contextId}/option
More info on the above endpoint can be found below:
Let me know if the above helps.
Hello @Alex Koxaras -Relational-
Thanks for the quick response. Will check the API with this end code.
Can you please tell me how can i get a context ID??
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.
Hello @Alex Koxaras -Relational-
While using the Rest API above mentioned
/rest/api/3/field/customfield_26683/context/32498/option"
I'm using config scheme ID in place of Context ID. But it's not working for me. Can you please suggest on this
Regards,
Srikanth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.