We have a User Story with developer sub-tasks and QC sub-task
I want to auto-transition User Story to "READY FOR TEST" status when all developer sub-tasks have been Done.
Please help to create automation rules for this,
Many thanks!
Hello @Chinmaya Patanaik
Since your requirement is " I have a task where I would like to list all the epics that belong to a user's account."
Thus, in the ruby gem you can check if there is support for doing a JQL query (there must be)
The you can fire a JQL query like "type = epic and assignee = <user-account>" and thus the results from the call based on the above JQL should get you the results you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.