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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,234
Community Members
 
Community Events
184
Community Groups

epic name issue when moving jiras

I am using jira cloud. I am moving an entire project. Why is the EPIC name required on the move when I specific to retain the original? Is this going to overwrite my epic values to the SAME value for everything I am moving? I can move them one at a time but this seems dumb.

 

https://confluence.atlassian.com/jirasoftwarecloud/editing-multiple-issues-at-the-same-time-902499024.html#Bulk+Move

2 answers

1 accepted

1 vote
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 12, 2019

Hello Stefanie,

Thank you for reaching out.

The Epic name is required by default to all Epics in your instance. In fact, an Epic can not be created without an epic name, however, once the epic is created and set with any value in the Epic name, the field does not need to be edited anymore.

That being said, I believe that maybe you are facing this error when bulk moving your issues because of the following reasons:

1 - The project that you are moving the issues from is a Next-gen project and the target project is classic. Next-gen does not have the Epic name field, so it is required that you set the Epic name when mapping them to Epics from standard projects.

2 - During the bulk process, you are mapping an issue from standard type (Task, Story, etc) to be an Epic in the new project. 

If the information above does not clarify your current scenario, please provide us with the JQL query you are using to move your issues and a screenshot displaying how you are setting the fields during the bulk process. P.S: Make sure you've hidden all the sensitive information from your screenshots before posting it.

I think my issue was that the fields were at the bottom of the layout for new issues and I could not see them in the window. User error = needed to scroll :(

 

I have since fixed the layout.

Like Petter Gonçalves likes this

A suggestion - if it is as Petter is writing!

I would go ahead moving the issues as well as adding a new text - say "epic". This is of course not how it should be, but I think this workaround is working quite well anyhow - wont take that much extra time.

After moving the issues, the Epic name will be "epic" on ALL epics that was moved from the NextGen to Classic project in Cloud. So how to fix this?

 

Set up an automation and "bulk fix" it :)

1. Create new Automation and select "Scheduled" as trigger. Add a JQL-question to minimize the number of issues: issuetype in (epic) AND project in (XXX). XXX is the new project.

2. Add a condiction. If: Epic name equals epic

3. Add a action. Edit issue fields. Select Epic name and "copy Summary from Current issue"

4. Run the rule, and all Epic names will once more be what they were in the previous project.

 

:) Hope it helps!

Great stuff, Andreas! Worked like a charm!

Please just adjust your JQL query to better match the expected input:

-> issuetype = 'epic' AND project = 'XXX'


Cheers again

@Andreas Lärkfeldt 

This is fantastic, thanks for the help.

I also looked in the REST API and couldn't find a solution either, so thanks again.

HI - I did this and the backlog is now fine but the board has not updated (still showing "epic".

 

Do I need to regenerate something for the board to reference the epic names?

Yamini Kagal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Mar 08, 2023

Worked great! I've dealt with this issue a few times and it's always been a pain to fix. Love the automation idea. For those unfamiliar with Jira Automations, you just have to click the Run Rule button up top to execute it.

Carol Chow
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2023

Thanks a lot! Saved me a hour of tedious work.

May good fortune fall upon you! :o)

Suggest an answer

Log in or Sign up to answer