Hi to everyone,
I am trying to configure my Plans scheduling so as to use custom date fields as a basis. I am JIRA Administrator as well as Advanced Roadmaps admin, however, I have one plan where I am able to define my start date out of several possibilities:
and some where it doesn't work although the custom fields are on all screens and also added as custom fields within the plan:
I'm obviously missing something, but I don't get behind it. Any ideas?
Thanks in advance,
Alessa
Solved! Go to Solution.
Hi @Dave ,
For the plan where I don't can't set the date fields as wanted, the issue source is only one kanban board with JQL "project = XX AND (issuetype in (Epic, Story, Bug) AND Team = YY OR issueFunction in subtasksOf("project = XX AND Team = YY and issuetype in (Epic, Story, Bug)")) ORDER BY Rank ASC
I want to use the custom date fields "planned start" and "planned end". I set them to all screens within project XX for issue types Epic, Story and Bug (also visible in field configs).
I was wondering if it may be due to the rather complicated JQL that advanced roadmaps is missing on those fields....
Best regards, Alessa
Thanks @Alessa Jaeger _LSY_ - so just to confirm, you can see (and set) those "Planned Start" and "Planned End" fields in the issue screens for issues from all the projects that are loaded into the plan?
Regards,
Dave
Dear @Dave ,
I actually found the error - the "issuefunction in subtasksOf" fetched ALL subtask issue types, although we only use one. For those, I didn't add the date fields to the screens.
Thanks for your effort! :)