- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 09:59 AM
When in a Story form, we have a 'Project' field that is a Lookup List and currently it pulls all Projects, no matter what state the Project is in.
We need to exclude any Projects that are in a 'Closed Complete', 'Closed Incomplete' and 'Closed Skipped' states.
Here is the Story Form:
Here is the Field Label:
Here is the current Dictionary Entry:
Here is the table info for the 'Project' field:
I'm not a developer or experienced scripter, but can manage basic administration/configuration tasks, so any assistance with detailed info would be appreciated.
Solved! Go to Solution.
- Labels:
-
Agile Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 11:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 11:18 AM
Thank you for your response @Saurav11 .
I followed the easier solution provided by Mike_R below, but appreciate you responding!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 11:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 11:16 AM
Thank you @Mike_R !
This Reference qual worked:
javascript:ScrumSecurityManager.getStoryDotProject(current)+'^active=true';