I am creating a project for our asset management (very similar to the great example provided by atlassian - http://blogs.atlassian.com/2014/03/jira-asset-management-overview/).
I created a custom project with a custom workflow and entering more and more assets into the system but one thing I am missing is the ability to create a new issue / asset if it does not exist.
I have a label on each asset with a QR code with points to https://<jira>/browse/TAG-NNN.
If I am adding a new asset to the system and glued the label to the asset I would like to be able to quickly create the issue in JIRA by scanning the barcode and then just enter all the details in the newly created asset.
Right now, if the asset is not yet created I receive the error message "Issue does not exist" when accessing the URL. Is there a way to change the behaviour of the project so a new issue with the correct ID is created?
Yes, but no. You could theoretically catch a non-existent issue and redirect it. But JIRA creates issues sequentially, and that's not going to change. It will never create TAG-NNN when it can't find it, it will create TAG-next-free-project-seqence. So you'd have to change the asset tag on the item to match JIRA, not make JIRA create a record.
Thanks for the quick reply. I thought so, makes sense from a Jira point of view ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sebastian, did you end up finding a solution for this? I am looking at doing the same thing, but have come up with the same problem as you.
I'd really appreciate any help you can provide.
Tristan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create the issue first, then create the tag from that.
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.
Use QR generating software
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.