Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello, I have written a script file on Automation that if one of the fields of the project (Project Status) is updated, then the permission scheme of the project will also change. But it does not work :(
Could you Help me?
I think you've got two problems here.
The obvious one is that your code, if it were to work, would trash your project. The "remove schemes" call removes all schemes.
The less obvious one is that admin actions such as changing schemes are protected, limited to those who have admin rights. Your script is not being run by an admin.
I'd also want to question why you're doing this - a reconfiguration of a project is not something you would usually want to automate.
Thanks for your reply, Ops I didn't know the "delete plans" call deletes all plans, what should I do? Is there an alternative class?
And for your last question, we have many projects whose status has been changed by the project manager, not Jira Admin, we want to automatically track and update all projects based on status.
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.