You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I have several hundred user stories that are linked to an epic and I now want to link them to newly created features within the epic rather then the epic itself.
Existing: Epic -> story 1, story 2, story 3 etc
Required: Epic -> feature 1 -> story 1 ... story 50
Epic -> feature 2 -> story 51 ... story 100
etc
If I go into the feature & click on the link issue button I have to manually enter all of the user story numbers and when they are moved the watchers & reporters will receive emails which is what I want to avoid.
Is there any way to bulk link user stories to a feature that will enable me to suppress the update emails?
Thanks,
Ian
Hello @Ian Court
Welcome to the Atlassian Community!
How did you create that issue hierarchy?
Are you using the Jira Premium subscription, and modified the system level issue hierarchy configuration?
Or did you simply create another issue type named Feature, and now want to use generic issue linking to link the Stories to the Features?
Are the Features and Stories in the same project?
Are you an Administrator for the project?
If so you can accomplish this through an Automation Rule.
If you are not an Administrator for the project, you would need to work with the Project Admin to construct the rule.
If the Features and related Stories are in different projects, you would need to work with a Jira Admin to construct the rule. Only Jira Admins can make rules that operate on issues in multiple projects.
You would need to be able to come up with a JQL that could select all the Stories that you want to link to a given Feature.
You could use a Manual trigger for the rule, assuming you need to run it only once.
You would add a For Branch / Related Issues / JQL step and enter the JQL for the first set of Stories that you want to link to a given Feature.
Nested under that branch you would add an Edit Issue action. Within that action there is a More Options section where you can uncheck the box that says "send email"
You could add additional For Branch steps for each Story/Feature set.
Hi @Ian Court,
welcome to the community!
I understand that you're using issue linking to model your issue hierarchy. I would normally recommend to check out Jira's built-in bulk editing wizard, however to the best of my knowledge, it doesn't support issue linking.
This being said, if you're open to solutions from the Atlassian Marketplace, I think you'd like the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. You can also bulk-edit all your issue fields via copy/paste - including, of course, an issue's issue links.
This is how it looks in action:
You can also use JXL to view your issues in hierarchy - i.e., with epics on top of features on top of stories - based on their issue links.
(On a meta note: Along the lines of what Trudy said, I would also recommend to check out Advanced Roadmaps if you haven't yet. AR allows modelling any number of hierarchy levels *on top* of the default epic/story/sub-task hierarchy. To implement your exact hierarchy, you would either want to adapt your terminology, or rename the "Epic" issue type in Jira, which I believe you can. Since AR is part of Jira Premium, using AR is arguably the more "future-proof" way of working with extended issue hierarchies, as I assume that AR's issue hierarchy configuration will expand to other parts of Jira over time. JXL, of course, works great with AR, too :))
Any questions just let me know,
Best,
Hannes
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.