You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.