-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
9
-
4
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Each Workflow step can have Conditions, Validators, or Post-Functions associated with them. Having these features associated with the Clone and Edit operations would allow easier manipulation and greater control of issues:
- Associate a permission with the Clone permission to restrict who can clone on a per-project (or global) basis
- Add a Clone post-function to delete certain fields that would be undesirable
- Check the value of a certain field is populated after an edit (or process the field contents)
In my particular use case, I wish to see a series of custom fields be cleared out when an Issue is cloned from another.
- is duplicated by
-
JRASERVER-15195 Implement Workflow Validator on Edit Action
- Closed
- is related to
-
JRASERVER-10464 Add ability to make Comment field required on Edit
- Closed
- relates to
-
JRASERVER-14743 Add workflow post function for cloning an issue
- Closed
-
JRACLOUD-15297 Add Conditions, Validators, Post Functions to the Clone, Edit operations
- Gathering Interest
Form Name |
---|
I see the added value of having a separate Clone permission. Currently it can only be prevented by setting a status property for creating a new issue by blocking the create option. See: https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status ..... but this is an ugly workaround.
....which easily can be done by adding post functions for clearing fields on the create transitions of each workflow.
At the same time a "Clone post function" can help in this by selecting the fields that need to be cleared when an issue is cloned.