I need to write a filter which could support filtering issues created in current sprint only.
I created this one, but it returns 0 results:
project = "NAME" AND created IN ((sprint is openSprints())) ORDER BY created DESC
Using JIRA Mac App appears the same problem.
Am very curious what you have learned since 2018 regarding time tracking...
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.
Quick Update:
I was able to generate OAuth2 access token for my user and tried to update issue with timetracking values. Same error:
{"errorMessages":["Only Connect add-on users with admin scope permission are allowed to override screen security."],"errors":{}}
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.