Hello everyone,
is it possible on a list view to specify that I don't want to display ideas where I don't have a date specified in one of my date fields.
Currently, if I choose to add a filter on a date field, I don't have the option :
thanks in advance
You can do this from a normal issue search page using JQL?
project = "ABC and "Date de debut" is EMPTY
^ Ensure you select the right field when doing this, as JPD is still using a Team-managed model, although there is a beta running for global fields
---
However, I don't think it's possible to modify the filter in your image any further in the list view.
You could suggest this? You can raise feature requests through here: https://jira.atlassian.com/secure/Dashboard.jspa
===
A potential workaround is to use Automation to populate a checkbox field, then use this in the filter instead?
The field would be editable, and you would need to be careful of execution limits - i.e 200 for Free, 500 for Standard per month (see execution limits on this help page), but it's an option?
Prerequisites:
Rule:
---
Notes:
---
Let us know if this works for you!
Ste
Hi,
thank you for this more than complete answer.
For the time being, I'm going to use JQL. It'll help me make sure I'm on the right track with the processes I want to implement.
And thanks for the tip about automation. Maybe I'll use it to centralize everything in JPD.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not entirely sure, but would it work for you if you do it from the issue search window? From there you'd surely be able to run a query such as:
project = XXX and "date_field" is EMPTY
This can be run by accessing https://<your_instance>.atlassian.net/issues/
Regards,
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.