Hello,
Has anyone come across this error
Failed to save configuration. Try again by refreshing the page or reconfiguring the channel.
I use this JQL and it doesn't want to save
((created >= startOfDay() AND created < startOfDay(8h) OR created > startOfDay(18h)) AND (created >= startOfWeek(1d) AND created <= startOfWeek(6d))
OR
(createdDate >= startOfWeek() AND createdDate <= startOfWeek(1d) or created >= startOfWeek(6d) AND created <= startOfWeek(7d)))
AND
(reporter in (membersOf("Group")) or Organizations in (Org_1, Org_2, Org_3) or (priority in (Highest, High)))
Hey @Olga Videc,
I'm sorry you've had some trouble with the integration.
As for the first query, it seems there's an unexpected additional parenthesis at the beginning. I've tried it and it seems to work like this:
(created >= startOfDay() AND created < startOfDay(8h) OR created > startOfDay(18h)) AND (created >= startOfWeek(1d) AND created <= startOfWeek(6d))
The second one has an unexpected parenthesis at the end. It worked for me like this:
(createdDate >= startOfWeek() AND createdDate <= startOfWeek(1d) or created >= startOfWeek(6d) AND created <= startOfWeek(7d))
The third one also worked for me as long as there the group and organizations referred there existed.
The JQL editor should give you a hint when the JQL is broken, like this:
Or this:
If you are not seeing hints and errors, please check:
I hope that helps and that you can find a solution for your issue. let us know otherwise.
Cheers!
Hello Luz,
Thanks a lot, another problem has been spotted it doesn't allow more than 256 characters with spaces.
https://jira.atlassian.com/browse/API-216?jql=watcher%20%3D%20currentUser()
BR, Olga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thank you very much for reporting the bug. I've added this to our internal bug tracking and we will follow up with it soon.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Olga!
I am proud to announce that this issue has been addressed in the recent release of Jira Server for Slack - 2.0.8. Feel free to upgrade to it and check if it solves your issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.