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
Hi Kyle,
I've searched for add-ons, but there is nothing that stores the ticket history to show how it was before the changes.
We have a feature request suggesting the implementation of the ability to see comment changes on the ticket:
- https://jira.atlassian.com/browse/JRACLOUD-12400
For now, the best option is to check the history or the activity that has more information.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.