Queue of tasks
Is there a way to make an queue of tasks?
There is an PR department in our company. It generates a lot of tasks for a dev team. I'd like to have a queue of the tasks. So they can just create new task and then put it into some place of queue. Dev team just put next from queue and do it.
There is an PR department in our company. It generates a lot of tasks for a dev team. I'd like to have a queue of the tasks. So they can just create new task and then put it into some place of queue. Dev team just put next from queue and do it.
Please sign in to leave a comment.
Your goal can be reached if you use Priority field.
Thank you.
However i was writing about queue not just priorities.
You know there is only limited set of priorities we have so all we can do is say: this group of tasks is normal, this one is critical and so on.
But i want a real queue: this taks the firts, this one the next one, that one the third and so on.
If priorities are not suitable for you, it's possible to create another custom field (i.e. Queue) of "enum" type, with new bundle of "first", "second" etc values.
Then you can filter by this field, it'll be a queue. For example,
Thank you.
Please also consider the following feature. You can manually order issues by means of drag and drop, and the order will be saved in (or associated to) the context which you select in the combobox to the left of the search box.