Hi All,
I need help on below requirement
When closing Story, In closing screen we would like to copy Acceptance criteria data in comments session and also user should able to edit in closing screen transition.
Thanks in Advance
Regards,
Satya
Hi,
We only have scriptrunner plugin.
It is possible to provide the solution for scriptrunner?
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.
Follow below steps to configure in workflow:
Use JMWE to create a post-function on the "Comment issue" to the transtion(done or close)
In the post-function, set the comment field with:
Acceptance Criteria: {{issue.fields.customfield_XXXXX}}
When a user closes the Story, the Acceptance Criteria will be filled in the comments. User required create/edit comment permissions from the project permissions scheme.
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.