I've created a jira service management project and I'm trying to use Jira Automation to set the Security Level field during a transition, but the automation rule fails with the following error:
Here’s what I’ve tried so far:
{ "fields": { "security": {"name": "Level2"} } }
Despite these steps, the rule still fails to set the Security Level field. Is there something specific about the Security Levelfield in Jira Automation that I might be missing?
Hi @Ahmad Saleem ,
Welcome to the community !!
You can try the inbuilt action Edit issue fields --> Security level in automation rule to set it.
Please note: Issue-level security isn't editable on the Free plan. Upgrade for advanced access control.
thanks this worked for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check if rule actor is able to set security level and is able to see all levels or at least levels that you want to set. By default security level has own permission in permission scheme and Jira allows changing sec level to levels that are available for user.
Regards,
Seba
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.