Hi,
I'm wondering exactly which jql I can use to identify bugs and customer problems which are relevant to an upgrade of Bamboo with given 'from' and 'to' versions?
Eg we want to upgrade from 6.4.1 to 6.8.1
Can I use:
project = BAM AND issuetype in (Bug, "Customer Problem")
AND affectedVersion > 6.4.1
AND affectedVersion <= 6.8.1
and (fixVersion > 6.8.1 or status != resolved)
Do I have to worry about eg issue BAM-20292?
It's listed with
- Affects Version/s: 5.15.3, 6.8.0
- Fix Version/s: None
Does this mean it doesn't affect any versions after 6.8.0? If so, shouldn't it have a fix version?
thanks, Gavin