Hi everyone,
I'm currently working on setting up an automation rule in Jira to manage change requests. Specifically, I want to ensure that once a change request moves from the "Approval" stage to the "Implementation" stage, the Start Date and End Date fields cannot be edited by any user.
Here’s what I’ve done so far:
{{issue.Start Date}}
and {{issue.End Date}}
.However, I’m unable to find the Edit Issue action in the list of available actions. I’ve checked my permissions and field configurations, but the action still doesn’t appear.
Could anyone guide me on how to:
Any help or suggestions would be greatly appreciated! Any other ways to do it is also appreciated.
Thank you!
Hi @Naveen Kumar Gangula and welcome to the Community!
With a recent change of terminology in Jira, look for edit work item instead. It is the same action, but with a new name.
I don't quite understand, though, what you are trying to do with setting the values for start and end date to "their current values". Probably, I am misreading your question somehow, but as you are describing it, you are updating the value of this fields with the value they already have ... that seems like an unnecessary action, no?
If you have start and end date as fields on a screen associated with the workflow, you can restrict editing of those fields afterwards - at least if you're working with company managed projects. Just make sure the fields are only on the view screen in your project and not on the edit screen. That would make them viewable, but not editable (except through the transition you mentioned earlier).
There's a caveat, though. If you want to set these fields through an automation rule, they need to be on the edit screen as well. And in that scenario, you won't be able to restrict editing afterwards either.
Hope this helps!
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.