Hello Atlassian!
I´m trying to setup a process to handle all of our faulty Hardware with our Jira-Service-Desk. This require our customer to answer questions such as:
- Serial Number of the product
- Error description
- Any troubleshooting done?
What I would like to do is to setup up an automation that monitors if an issue is created, it will check if that specific serial number already has been reported as faulty.
Would be enough to send an email saying that this piece of HW has already been faulty.
All the best,
Johannes Nyberg
yes, you can achieve something like this with Automation.
I thought of an automation like this:
cf[11127] ~ {{issue.customfield_11127}} and key != {{issue.key}}
For more details, I'd recommend to check out the docs about smart values or the lookupIssues function.
I hope that helps,
Matthias.
Awesome! Tested and it works. Thank you Matthias and have a good day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As you mentioned it is possible to add an if-statement to make sure that the comment is only done when the list is not equal to empty.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have Jira server working in our firm's cloud environment; does this solution still work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Johannes Nyberg ,
So let me get this straight:
Are the above correct? If yes, then I would say that this can be done, but I strongly disagree about sending a second email to the user. I would either auto-comment his/her request and automatically move this issue to Done, or just auto-comment and wait from the customer's reply.
With that said, this can be done by Jira Automation and lookupissues of within the workflow. Do you have any apps installed on your instance?
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your quick reply Alex.
1. Yes, it is mandatory for the ticket to be raised.
2. Yes, the ticket will always be raised independently of it has been faulty or not before.
3. The purpose is to notify us internally saying that this item has already been repaired.
So the process will be same regardless of if the HW has been repaired earlier or not. The purpose is only to give us a heads-up with this information.
Johannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.