I'm looking at whether to upgrade from Confluence 6.13.4 to 6.13.5
But all the release notes in that branch seem to have a Jira error
Released on 03 June 2019
Type Key Summary Status
JIRA project doesn't exist or you don't have permission to view it.
View these issues in JIRA
Clicking on the link gives:
project in (CONF, "Confluence REST API") AND issuetype in (Bug, "New Feature", Improvement, Suggestion) AND fixVersion = "6.13.5" AND status in (Resolved, Closed, Done, "Released to Server") AND resolution = Fixed ORDER BY priority DESC, key DESC
The value 'Confluence REST API' does not exist for the field 'project'.
attaching screen shots
Hey @Ian Nicholls !
Unfortunately you've found a side-effect of some work we're doing on jira.atlassian.com projects at the moment. Our team is working on updating the release notes in the mean-time, you should be able to see them normally shortly.
Cheers,
Daniel
Hi @Ian Nicholls ,
Thank you for reporting this. Nice catch!
It looks like the filter was updated and something called "Confluence REST API" landed in the projects argument in JQL and this is breaking the search..
Let me try someone that could help to fix those...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks
Was trying to do a risk assessment for need to upgrade this month!
I've raised a ticket with Atlassian as well - CA-732236
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ian Nichollsif you want to view the tickets just remove "Confluence REST API" from the search and Jira and you should see at least some tickets e.g.
project in (CONF) AND issuetype in (Bug, "New Feature", Improvement, Suggestion) AND fixVersion = "6.13.5" AND status in (Resolved, Closed, Done, "Released to Server") AND resolution = Fixed ORDER BY priority DESC, key DESC
I am pretty sure that this would be fixed soon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.