We had two issues on our JIRA board that had the same key (MKT-2436). When selecting one, it would display the other (the "original" worked without issue). I deleted the "original" and now the duplicate issue is sitting in the backlog and can't be moved, deleted, edited, etc.
When selecting it, a red error dialog appears "Error Issue does not exist" and the URL http://jira..../MKT-2436 says the issue does not exist.
Hi Brian,
Usually, JIRA doesn't permit the usage of duplicate issue keys. Please raise a support ticket at https://support.atlassian.com.
Lucas Lima
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, that's why I suggested re-indexing - the data is definitely broken, but he's getting symptoms that could be just a broken index. I'm pretty sure the first response from a support call will be "have you re-indexed".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi all
FYI
In a post function script, I use a cloneissue function to create a new issue. But in a script on workflow associated to the new issue, the getKey() property returns the same key than the parent.
In database, the issuenum is different, but I can't access to the real key of new issue.
Any idea ?
thanks in advance.
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I use my script before the "creates script" step ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This has nothing to do with this 5 year old question. I'd suggest you ask a new one to get some visibility across the community.
However, at a glance, as you're running the code in a transition, getKey is going to return the key of the current issue, not the one you are trying to create (and you can't know the key of that until after it is created, after the end of the transition)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
yes, I fact I know and correct my issue (not sure I can remove my post :) )
thanks to you
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Much appreciated - will follow up after re-indexing and reaching out to Atlassian Support.
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.