After an issue is transitioned to 'DONE' I need to disable users from editing or modifying any links, attachments or field value. Users should only be able to comment on the issue.
Is there a way of doing this? What exact property field and value should be used for this scenario?
Will using the property (jira.issue.editable : false) on a workflow transition property successfully stop users from modifying links and attachments?
Just delete the property and the button should reflect the name of the transition.
There is a little documentation about this here - http://confluence.atlassian.com/display/JIRA044/Configuring+Workflow#ConfiguringWorkflow-CreatingaWorkflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same question...look for this in the documentation
If you are copying the default workflow (above) and wish to rename the workflow transition buttons on the 'View Issue' page, you must delete the jira.i18n.title and jira.i18n.description properties from all transitions in the copied workflow. Otherwise, the default names (i.e. values of these properties) will persist. Read more about transition properties.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I could not locate the answer in the documentation provided. It should be a straight forward setting somewhere. A button (for example "assign" button), if it has to be renamed to "assign to developer" or "change owner", then there should be a simpler way to do it.
If you have the solution, please share it.
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.