count the total number of linked issues in a Subtask
1. Manual Trigger is used to create a issue type Test which is linked with the Subtask
2. Every time the issue Test is created it has to count and get updated in the Subtask description
so far I have developed the manual Trigger to generate the creation of issue type Test under Subtask.
But I am struggling to do the count of the Test type creation and updating it in Description of the Subtask
Hi @Anetha -- Welcome to the Atlassian Community!
What have you tried thus far to solve this need?
If you have a rule that is not working as expected, please post an image of the complete rule, an image of the audit log details, and explain what is not working as expected.
If you have not yet started a rule, I encourage you to try to do so. The rule could use the Lookup Issues action with JQL and the size function to count the linked issues:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so far I have developed the manual Trigger to generate the creation of issue type Test under Subtask.
But I am struggling to do the count of the issue type Test creation and updating it in Description of the Subtask
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may do that with the Lookup Issues action I described. I recommend finding an example issue and writing JQL to find the issues you want to count. Then update the JQL to be used in the rule with that action.
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.