I would like to create a card in each sprint for deployments but would like this to happen automatically. Is this possible and if not is there any way i can copy a story/issue to another sprint?
Well, there are few alternative workarounds to achieve this.
1. You can make use of Scheduler plugin to achieve this automation. The details are given here: https://marketplace.atlassian.com/apps/37456/the-scheduler?hosting=server&tab=overview
2. You can use ScriptRunner and build your own groovy scripts. You can further make use of Listeners in JIRA to trigger auto creation of tasks in your project on occurrence of particular event. I had use the Listners setup on "Version" creation, where upon a new version is created, few pre-defined tasks are automatically created within the backlog.
3. Lastly, another plugin - "Create on Transition" allows you to create tasks on specific workflow transition, but not sure if this truly fits your requirement.
Hope this information helps you someway to achieve what you are trying to build. Thanks !
Thanks Ajit, if cloning doesn't work i will try that... Appreciate the feedback.
Regards
Verne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Verne,
there is no automation for this. You have to clone the issue and add the cloned issue to the new sprint.
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.