You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Is it possible to remove the capability for a user to update a bug's fields once the bug's final (closed) status is reached and a Resolution has been assigned?
And if it is possible, would that keep the bug from being reopened?
You can achieve this by using workflow properties.
Please follow the instructions below to get the requirement done :-)
Have the separate workflow for Bug Issue Type
In the last Status i,e closed you can have jira.issue.editable
property set to false, the recommended way is to set the editable permission to a role/group (either Jira administrator or project administrator) using property jira.permission.edit.group or jira.permission.edit.role
For Example
jira.permission.edit.group=jira-administrators
Thanks,
Pramodh
FYI,
If you have not edited the bug workflow, usually the workflow for the bug issue type is separate
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.
Yes, thank you for the additional details Pramodh. I do have a separate Bug workflow,
I implement this solution, thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One last question Pramodh, do you foresee an issue of resetting the "jira.issue.editable property to 'true' in a "Re-Open" transition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's a good practice, although you may want to limit the transition to certain roles or groups in here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pramodh, I'm not sure where to implement the "jira.issue.editable=false" property update.
Would that be set up by selecting the "View Properties" field associated with the applicable Transition on the Workflow Text (edit) page, which goes to a "Add New Property" page?
Then by 'adding a new Property'; and placing "jira.issue.editable" in the Property Key field, and "True" or "False" in the "Property Value" field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Holloway Winfred ,
By using default Jira Template we can't make it possible.
There may be possibilities with Adaptive Script Runner I think.
Please check with their documentation.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.