Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

"child issues" and "linked issues" are duplicating the same issues

Within the issue view of issue type Initiative both "child issues" and "linked issues" are duplicating the same issues.

Screenshot 2023-11-21 095037.png

Is there any way to not have this duplicated? It is messy and confusing to our users.

1 answer

1 accepted

1 vote
Answer accepted
Stephen Wright _Elabor8_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 21, 2023

Hi @brian_g 

Child issues and linked issues are two different features - there's no need to add both to issues.

I'd recommend...

  • Review why both are needed with users
  • Ask users not to use is parent of / is child of, and use the official parent/child relationship
  • Consider removing the issue link type which has is parent of / is child of (unless it's needed for some reason, like an app)

Do you know why both are being used now?

Ste

Hi.

We don't want both.

The "Linked issues" are automatically added by Jira when users add the "Child issues". 

This is only happening with issue type Initiative, and not with Epics or any other issue type.

Stephen Wright _Elabor8_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 21, 2023

Hi @brian_g 

That's not a native feature; sounds like you might have an Automation Rule (or similar) running which is duplicating the relationship for some reason.

I'd try to find that rule and clarify why it's needed, then deactivate it if it's not required.

As I say above, I'd also consider removing the link type so users don't use it in future.

Ste

Like brian_g likes this

You are correct! There was a hidden automation that was was not appearing in the Recent rule executions in the issue view causing this duplication. 

 

ACTION

{"update": {
"issuelinks": [
{
"add": {
"type": {
"name": "Parent-Child"
},
"inwardIssue": {
"key": "{{issue.Parent Link.data.key}}"
}
}
}
]
}
}

 

Thanks!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events