Hi,
my client wants to have DueDates clustered and displayed within some sort of chart. Since there is noch general Bar-Chart (why the hell not?) I thought that the pie chart could do the trick. But no DueDate or any other date field can be selected. Am I doing something wrong?
Side note: we dont have the possibility to use addons.
Hi @Marcel Rode
What does "clustered" mean in this scenario?
Would it be issues per due date (single day) - or something else?
Ste
Hey @Ste Wright you are perfectly right. The outcome would be that it would display 9 issues with duedate 12.08., 10 issues with duedate 31.12. etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marcel Rode
I assume it's because date fields operate based on date/time (even the date pickers), so it'd be difficult to create a dashboard in this manner.
Your options would be to...
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Ste Wright
since we dont have the option to use Apps I've tried the first option but I could not make it work.
I've created a "Single List (single choice)" field and populated it onyl with an initial value of "31.12.9999".
After that I created a rule where when status is change it should change the value of this field to {{now}} assuming that it would add the value which it didn't. Could you tell me which option to choose in automation to add vaules to the list? I couldn't find something even on my test jira where I can use all options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marcel Rode
The Select List holds IDs, rather than dates.
The method below takes some setting up, but it's an alternative which requires no apps.
---
Setup:
---
Rule Explained:
---
Rule:
---
Notes:
This workaround has some limits...
You could make the select list week-based rather than day-based? That should make it more viable given 200 weeks is ~3.8 years?
---
Let us know your thoughts!
Ste
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.