collaborative working

S.W. August 31, 2016

Consider the case that different users work on one issue at the same time (Collaborative working). Who's data will be stored and is there a master/slave configuration or do the users overwrite the data the other user just produced seconds before??

4 answers

0 votes
Deleted user August 31, 2016

"do the users overwrite the data the other user just produced seconds before??"

It might help us help you if you defined what "Data" you are referring to.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 31, 2016

Each commit will write after the previous one, whether it's a millisecond or a month after the previous.

JIRA retains a full history of change though, so nothing is "lost", and if a change is incompatible with the previous state, the user will be told that their change can't happen (the most common scenario is when a user transitions the issue, and the next update is an attempt to use a transition from the old status that is not available on the new status)

 

0 votes
Ovidiu Vasilescu August 31, 2016

This is a bug feature that is being tracked here: https://jira.atlassian.com/browse/JRA-6146

Right now, whoever saves last will overwrite all the data that the first user has set.

0 votes
S.W. August 31, 2016

And what happens if both users try to save data at the same time? Is there a versioning included?

Suggest an answer

Log in or Sign up to answer