Hi Everyone,
I am here looking to Improve the process of Software testing in my project, so this is my proposed flow, where most of the process is automated.
When we create a Epic named ABC,
it should automatically create the below Tasks
Once, all the tickets are created we have a common condition
Common / Task Specific:
to do --> in progress
in progress --> done
Specific to Epic:
Additional / Advanced Requests (if Possible)
Additional Improvements that you think might be helpful, are welcomed.
This flow currently focuses on Manual perspective, and I am planning to Implement additional options for Automation, like creating branches and commit messages logged in Issue's comment or respective places.
If you are willing to try a third-party app, our Deep Clone for Jira could help you.
You could create your template Epic, including your test cases, and then use Deep Clone to clone the Epic when ever you need. You can read more on our Epic/Tree Clone feature here.
Thanks for the response @Luka Hummel - codefortynine , but i feel this will not do what we are trying to perform here. Anyways, thank you for trying 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
For part one, the creation of issues 1-7 you can use automation, using {{triggerissue.name}} as the smart value for setting the variable part of the name "ABC".
The edits upon transitions you request can be mostly covered using post-functions. The time correction should be done in an automation rule.
Closing the epic on conditions can be done by using an automation rule (google is your friend).
Additionally / Advanced:
1. Are you referring to sub-tasks? These can also be created by an automation rule
2. Load-balancing/assigning tasks over employees is yet unknown to me.
3. Seems you refer to Confluence here. Not sure if you can trigger new pages from within Jira.
4. Could be realized by an automation.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.