There seems to be a bug with issue filters when using them in MS Teams Jira Cloud App.
If you create a filter with status categories "To Do", "In Progress" MS Teams throws
The value 'in progress' does not exist for the field 'statuscategory'.
If you check the JQL in Jira you can see that for the status "To Do" JQL seems to use an enum New, and for the status "In Progress it uses a string literal "In Progress"
Some more findings
"To Do" resolves in JQL to New
"In Progress" resolves in JQL to "In Progress"
"Done" resolves in JQL to Complete
Only New can be shown in MS Teams
I'm having this identical issue and have not figured out a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.