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.
Hi Jim,
Sadly this cannot be configured
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was just coming here to find how to get the old backlog back. Jesus they really do hate their users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same problem and ended up using an automation.
Trigger
Action
{
"update": {
"fixVersions" : [
{
"set":
[ {"name": "{{fieldChange.toString}}"} ]
}
]
}
}
The change probably won't be reflected in the backlog instantly, but it applies just fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The recent change of making this the default behavior probably wasn't a good choice. This should rather be an option.
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.