Dear Atlassian community, we need to consult about the following case,
We want to get true monthly data about our team loading process
We need to get all data of a particular month which can truly show all the load/activity of the team․
P.S We can't use updated date-field data created because we often make changes in our workflow, and all tasks will be updated, and this is not true data that we need. A created date does not give true because tasks easily can be created in previous months.
We are thinking of adding new fields example: Start date or assigned date. If you know other ideas or solutions, we are happy to know about this.
Thanks in advance!
Hi @argine.avagyan and welcome to the community!
Try these queries...
Assignee CHANGED AFTER startOfMonth()
statusCategory != "To Do" AND status CHANGED AFTER startOfMonth()
Resolved >= startOfMonth()
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.