Hi,
We are 4 scrum teams and we are starting to use fix version. We have 3 environments where we can stage versions and test it. Because we are a java env, our versions are called:
dev : 1.2.0-snapshot
rc : 1.1.0-RC
prod : 1.0.0
1/ So if we find a bug in prod, affect version should be 1.0 or 1.0.0 ?
2/ fix version : if PO decides it should be fixed in the next minor, the dev who fixed it should set fix version as 1.1.1?
3/ In case of RC, should version fix be 1.1.0-RC1, 1.1.0-RC2 ?
4/ I've seen there is a 'publish' 'archive' ...options for version. Is there a way to plug it to Jenkins in order to set these options according to real deployement ?
Thanks,
Stéphane.