Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

If anyone moves a ticket through the swim lanes, it is automatically assigned to the person who move

khushboo_puri
Contributor
April 24, 2023

If anyone moves a ticket through the swim lanes, it is automatically getting assigned to the person who moved it. Is it it a expected behaviour?How to change it?

2 answers

1 vote
Ross Barbieri {Appfire}
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!
July 18, 2018

If you updated Atlassian Connect Express and are using the default, you'll need to change your adaptor from "jugglingdb" to "sequelize".  See release notes for 3.0 for details. 

If you are using npm:

npm install --save sequelize

Then change the "store" settings for your environment in config.json, for example my dev env:

 "store": {
   "adapter": "sequelize",
   "dialect": "sqlite",
   "storage": "store.db"
}

Here is the npm listing for sequelize, there are some examples there as well.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 12, 2018

Revert the npm package, or modify your code to cope with the new version.

Suggest an answer

Log in or Sign up to answer