Jira ticket appears child of itself

Ashish Mhatre August 20, 2012

HI team,

We have JIRA version 5 (v5.0.2#725-sha1:5735107) and We came accross one issue where one jira ticket is child of itself.

Is ther eany bug which is causing this?

PLease let us know if we need to share logs, screenshots ect

Thanks & Regards

Ashish Mhatre

3 answers

0 votes
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 23, 2012

Workaround

  1. Search for the problematic issue in the database:
    SELECT b.id,b.pkey FROM issuelink a, jiraissue b WHERE a.SOURCE = b.ID AND a.SOURCE = a.DESTINATION;
  2. Convert the children issue back to a normal issue at More Action >> Convert to issue

0 votes
Ashish Mhatre August 21, 2012

0 votes
David Toussaint _Communardo_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 20, 2012

Sorry for the dumb question, but are you sure it is not two different issues? One could be a clone for example or something similar. Do they really have the same issue key?

Could you attach a screenshot showing both issue keys (parent and "child")?

Suggest an answer

Log in or Sign up to answer