I have a field in JPD that rolls up the earliest date from a custom date field in Epics from Jira. Is there a way to have the date show the earliest date from Epics that are not in a Done Status?
Hi @Dave Tabron
Yes, that is possible using an automation rule. Here are some tips to get you started:
First, I recommend writing a JQL expression to find the Epics linked to an example Idea, excluding the Done status ones, and using ORDER BY to sort by that custom date field.
Next, decide when you want this information "rolled up" into the Idea, as several changes could happen that lead to a change in the value:
Thus, that would be at least four different rules...or you just update once-per-day (or hour) using the #6 rule.
The basic outline of the rules could be, such as for #1:
That last part is key, as JPD uses its own format for date fields, so let me know if you need help with that.
Kind regards,
Bill
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.