If I select Componet A1 "Reporter" filed need to set "Ram"
If I select Componet A2 "Reporter" filed need to set "Shyam"
If I select Componet A3 "Reporter" filed need to set "Srinu"
Please help in writing JSON for the above requirement
JSON is a file format. You cannot add conditional logic in it. You have to manage these conditions in your automation.
Hope it helps.
Ravi
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.
@Bill Sheboy and @Ravi Sagar _Sparxsys_
The above rule we created when issue is resolved in CE_SVT_DMS jira will clone in 5G CCDU Project its done
Our requirement is when any component is selected in CE_SVT_DMS the reporter field should set to any of the person for the cloned issue in 5G CCDU
Please suggest how can we achieve it
Thanks,
Prasad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried either using conditional logic to see the reporter when the issue is cloned, or to add an edit of the clone later to set the field (based on your conditions)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What have you tried thus far to solve this? If you have a rule started, please post images of the complete rule and the audit log details.
A great deal of writing automation rules is about experimentation. You try something based on your needs, the examples and documentation, and inspect/adapt toward the solution.
For your scenario, I recommend looking first at the advanced edit with JSON documentation to confirm the syntax, based on your field types: https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/
And then review the conditional logic documentation to see which parts of the JSON to make dynamic: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-conditional-logic/
Finally, if things are still not working as you expect, try writing your JSON expression to the audit log to determine if your conditional logic works as you expect.
Kind regards,
Bill
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.