Assigning Fix Version to Items with drag and drop

Jim Fischer
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!
December 18, 2019

Hey!

 

We are quite often assigning multiple Fix Versions to different types of items in our Jira backlogs. To do this most often we drag the item in backlog view to the Fix version and drop it, and then it auto assigns. This is a very appreciated feature.

But this also removes all previously assigned Fix Versions and this is a problem for us. So we are wondering if there is some way to configure this drag feature to not replace Fix Versions but rather add to existing Fix versions.

4 answers

1 accepted

0 votes
Answer accepted
Jack Nolddor [Sweet Bananas]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
December 18, 2019

Hi Jim,
Sadly this cannot be configured

3 votes
Ian Hunter
Contributor
November 13, 2023

Good news for you, but not for me - in Atlassian's never-ending quest to add friction and frustration to developers' daily lives, this behaviour has been unilaterally changed to add instead of replace the version.

Gary Pinkham
Contributor
February 7, 2024

Was just coming here to find how to get the old backlog back.    Jesus they really do hate their users.  

Nicole Downes
Contributor
February 20, 2024

Now we can't seem to drag and drop into the Version unless we check the new box against the story.  Then you have to unclick those before you can do the next set of stories.  Very inconvenient.

This is way more time consuming than it used to be.

Adam Karmiński
Contributor
October 6, 2024

I had the same problem and ended up using an automation.

 

Trigger

  • Field value changed
  • Fields to monitor: Fix versions
  • Change type: Value added
  • For: Edit issues

 

Action

  • Edit issue
  • Do not select any field
  • More options → Additional fields - paste the following JSON:
{
"update": {
"fixVersions" : [
{
"set":
[ {"name": "{{fieldChange.toString}}"} ]
}
]
}
}

 

The change probably won't be reflected in the backlog instantly, but it applies just fine.

2 votes
Ed Chan February 21, 2022

It would be really helpful if "Shift" or any other key could denote Add to existing versions instead of replacing.

1 vote
Fabian Kiesewetter December 13, 2023

The recent change of making this the default behavior probably wasn't a good choice. This should rather be an option.

Suggest an answer

Log in or Sign up to answer