Besides of our normal ticket-workflow, we have a set of side activities for each ticket, which are handled outside of JIRA. For example:
* Inform department A about issue
* Received questions from department A to issue
* Answer send to department A
* Validation regarding Department A complete
Until now, I have a simple selection with all possible status as selection.
Now my customers demand that they can combine each selection-entry with a date to enable queries like:
* All issues where "Inform Department A about issue"=previousYear() and "Validation regarding Department A completet" = thisYear()
So I would Need something like a DateList where each Date is identified by a String. But I don't want to create 20 different custom Date-Fields nor create an own tickettyp with workflow for this kind of activities.
Any ideas?