You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have a request form to collect data in jira work management project and also I have pre build template in my project for cloning purpose, i need to create an automation in such a way that whenever a request is raised using that form it should clone the appropriate template based on the type of the request raised, how can I achieve that.
You'd need to have a field on the Form which is unique to it - to trigger the Automation rule.
But as JWM Forms are quite simple, it's not as easy to do this as there's no way to make a field mandatory only on a Form, or hidden with a preselected value.
It might be better to use Jira Service Management, as the Forms on that product are more powerful and can do the types of things mentioned above that would allow for this to work.
Ste
If I have a unique field then how can I do that automation? Can you share the automation rule for that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It might look something like this:
^ In effect, the rule would check that an issue was created with the unique field flagged as "Yes" this was created from a form, and then clone your issue template to create a new issue.
You don't necessarily need the issue template either - you could build all those parameters into the rule itself and use the Create Issue Action instead, rather than cloning.
Ste
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.
@Stephen Wright _Elabor8_ i have a doubt now, when we submit the details via form, it will create a request and with the automation we'll get the duplication of the same request which means we have two requests with same data, so how to overcome that. Is there a way to delete the original request and somehow link it to the duplicated template?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does the template actually add beyond what's on the Form?
Couldn't you add to the original request, rather than deleting/duplicating?
Ste
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.