Hi, I need to create the automation to allow editing of a custom cascade field based on user permission (i.e. group)
Something like this
The best approach would be to:
Hi Alex, I tried it, and yes, it works but it is messing up with all my other automations and the issue security levels that are based on that custom field. they stopped working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Natalia Trofimov morning!
For your rule to work I would keep only the components to edit the old value. The rest, as I see it, are obsolete. Then edit the issue and use the advance editing field and enter the following JSON:
{
"fields": {
"YOURFIELDNAME": { "value": "{{#changelog.YOURFIELDNAME}}{{fromString}}{{/changelog.YOURFIELDNAME}}"}
}
}
Replace the YOURFIELDNAME with your field.
Example of my rule below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
the automation didn't work for me well so I used your first approach with the workflow transition. I just added the "transition" in addition to "edit" and "create" in other automation rules on the value changes and it worked!
Thank you very much for your help!!!
Natalia
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.
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.