We have several independent groups that have their own priorities and work. However, all commands are on the same code base, so when deploying, each code exits at the same time.
How did you deal with this with Jira?
Several possibilities come to mind:
- if there was a cross-project fixVersions, this would be ideal, since each version would be synchronized.
- we could use tags and update all filters that everyone uses to segment what people see.
- we could manually synchronize fixVersions, ug
- we could use their API to manage fixVersions to synchronize them
- something else completely
source share