In my JWM project, I have a dropdown field called Procurement Strategy Type with three options. When a value is selected, Jira Automation automatically creates the corresponding subtasks. However, if an incorrect value is chosen and later corrected, subtasks for both the incorrect and correct selections remain.
Now, I need to lock the field after a value is selected so that it cannot be edited further. Is this possible, or would you recommend an alternative solution that better suits my requirement?
Thanks for reaching out to the community
This is describe in the answer from Vera on this post
Unfortunately, Atlassian does not offer field level security. The only way you can accomplish this natively is:
This approach will give those with the appropriate role the ability to transition to a new status which will prompt them to fill in your desired custom fields.
@Seenivasan K have you tried this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira issues can have 3 screens associated with them; Create, Edit and View:
You can use the same screen for all three operations (create, edit and view) or you can have different fields available on each screen.
In your case you could have the Procurement Strategy Type field available only on the Create and View screens (making sure to set it as a mandatory field)
See https://support.atlassian.com/jira-cloud-administration/docs/manage-issue-screens/ for more information on screens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your prompt response. The solution you provided does not fully address my requirement. The Procurement Strategy Type field is not available on the create screen because it is generated automatically through automation.
To clarify further, our project structure consists of four levels:
As per our project requirements, when a Level 2 Epic is created, all associated Level 1 Epics, Stories, and Subtasks are generated automatically through automation. The dropdown field in question is located within the Story-level issue. Since the Story-level issues are created automatically, it is not feasible to add this field to the create screen. Additionally, adding this field to the Level 2 Epic screen is not an option, as it belongs to the Story level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Will the Procurement Strategy Type be the same for all the story-level issues under a Level 2 Epic?
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.
How about modifying your workflow to add in a transition with a condition that Procurement Strategy Type is null which brings up a transition screen with Procurement Strategy Type on it (other transitions would also have to have a condition that Procurement Strategy Type is not null)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Seenivasan K ,
Welcome to the community !!
There is no direct way to do this. Workaround is
More details about workflow properties is in https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your prompt response. The solution you provided does not fully address my requirement. The Procurement Strategy Type field is not available on the create screen because it is generated automatically through automation.
To clarify further, our project structure consists of four levels:
As per our project requirements, when a Level 2 Epic is created, all associated Level 1 Epics, Stories, and Subtasks are generated automatically through automation. The dropdown field in question is located within the Story-level issue. Since the Story-level issues are created automatically, it is not feasible to add this field to the create screen. Additionally, adding this field to the Level 2 Epic screen is not an option, as it belongs to the Story level.
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.