You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is there any automation rule for the above question.
Hi @ravi teja -- Welcome to the Atlassian Community!
First thing, I have not tried doing what you ask, and...
There appear to be several REST API methods (marked as experimental by Atlassian), to manage custom field options: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-group-issue-custom-field-options
And a REST API method can be called using the web request action in a rule, as described here: https://community.atlassian.com/t5/Jira-articles/Automation-for-Jira-Send-web-request-using-Jira-REST-API/ba-p/1443828
If you try this, perhaps first try it in a separate test site/instance with test projects. Only after you confirm it works consider trying in a production instance.
Kind regards,
Bill
Hi bill ..
Is there any automation rule for this.if there can you please explain it ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please take a look at the documentation I noted; it fully describes how to call the REST API from a rule. I also provided the REST API method you can call to update the custom field options.
Your scenario is uncommon and so you will need to build the rule yourself, and test it to confirm it works as you expect. Automation rules require learning and experimentation to use them successfully. Here is some introductory documentation and rule examples to help you write your rule:
If your rule does not work as expected, please post images of your complete rule, the audit log details, and explain what does not work as you expect. That will help the community to offer suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill
Changes to existing fields (Names, values, required vs. not required)
Workflow changes
New fields
Scripting
These are the triggers I need ..
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.