Hi,
I try to create an automation based on a manual trigger. I want to create some "validation" process for a document, but I can't use the workflow for that.
Basically, the automation gather some informations (the user which will validate the version X of the document ; the version number (1, 2 or final) ; the date when the validation is expected). Then the automation add a lable to the issue (Validation_Pending). Then an email is send to the user who should validate with the informations in the body.
In a perfect scenario, I would like the automation process to be able to check that "if the issue still have the "Validation_Pending" label, then send an email reminder (with the same info) at date-2day, date-1day and at the date provided in the initial prompt.
So what I've tried : I've set up this manual trigger with a prompt for thoses user's input, like :
Then I have an action to add the label "Validation_Pending" to the issue. No problem here.
Lastly I set an "Send email" action.
The To field use the {{userInputs.automationValidatorEmail}} variable.
Other variables are used in the body of the email.
Question 4 : the issue has a weblink to the document version (stored outside of JIRA). Is there a way to get this link for the issue and pass it to the email body ? Sometimes we have multiple links attached to an issue, so a prompt asking the personn who trigger the automation, asking him to select a link between the multiple should be perfect. Is that possible ?
At this point of my experiment, I can't figure how to set other automation (in another branch of the same automation, or in another automation) to watch the ticket, check if the label is still here, and if so, send email reminder based on the date provided in the first prompt.
Thanks for your help. (sorry for my english, and best regards from France).
If your Jira instance is not huge try reindexing your Jira instance that might help resolve the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.