Hi. The objective I want to achieve is the following or get as close to it as possible -
The above is intended to prevent engineers conducting this type of install from waiting in any type of queue and to reduce manual input of device details.
Can anyone advise if this is possible within Jira Service Management or is there anything remotely close to this that I can implement instead?
Thanks in advance!
This is not something that will be easy. The reason it won't be easy is because submitting an issue to a Jira Service Desk requires an HTTP POST request. QR codes are simply image versions of URLs, meaning they can only be used to submit HTTP GET requests.
Therefore, the best way to achieve exactly what you want is to create your own website that receives GET requests and presents the prefilled form with minimal extra input required, and then on submission, submits them via the Jira REST API in the form of a POST request, with the necessary authentication.
Since this requires in-house software development, it may not be possible for you.
There is another option, however, that you could implement that would require some things you may not like and would take a lot of work, but it would work. You could create a request type for each asset. This would accomplish your goal because each request type can have pre-filled fields, and each one can have their own url that you can generate a QR code off of. There are some catches though.
Hi @Ryan Northfield _Mumo Systems_ Thank you for your response. Not necessarily the answer I was looking for! Unfortunately creating a separate request type for each asset is not really viable as we're talking in the thousands and I don't think I will be able to source any in-house software development for this.
I was really hoping for a much more simpler approach to this, but it sounds like that may not be possible. Back to the drawing board I think....
Thanks again for the comments.
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.