Hi,
I need to add the number to the sub task summary based on how many times the same sub task is created.
I have 2 sub tasks in a transition.
For the 1st time when sub task A is created , the summary should be Subtask A - 1,
in the 2nd time it should be Subtask A - 2 and the count should be based on the number of sub-tasks present in the issue.
Please let me know how to achieve this.
Thanks,
Krithica
Hello,
You can not do it out of the box. You would need a plugin like Power Scripts, ScriptRunner.
If you have the Power Scripts plugin, then you can create a listener for the create issue event. Then check in the listener, if there are same subtasks for the parent task. If there are, you can find their number and add this number plus one to the created subtask summary.
You can find more info about Power Scripts listeners here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.