Exclude work item types from being used in plans
Is there a way to exclude work item types from being used in plans. I need some administrative work item types that must not be planned - they shouldn't be created from a plan or inserted into a plan.
Is there a way to do that? |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Sep 26 '16, 10:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Illona, there is nothing special to work items with respect to "created in plans".
A plan is just a query on the work items. Stop thinking about a plan being something else. A plan for the most part does not even store anything (there is some few information that is not reflected in work items and life calculated in the plan or stored in its context (e.g. ranking)). But for the most part a plan is just a query. See https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals#Planning for some more basic info, Regardless how you create them, any work item can show up in a plan, if the filed against and planned for is matching the query search scope. You can configure plans to not show execution items and also to filter some data, but what you request is not supported and does not make sense in my opinion either. You can work with permissions and revoke the ability to set the planned for attribute for roles, if you wish. That is pretty much what I think you can do, Ilona Krammer selected this answer as the correct answer
Comments
Ilona Krammer
commented Sep 27 '16, 2:05 a.m.
Hi Ralph,
Ralph Schoon
commented Sep 27 '16, 3:14 a.m.
| edited Sep 27 '16, 3:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Read only and required works with plans. As you can see below, the filed against should have been set by being created in the plan, but it has not that is why the required attribute complains.
Ilona Krammer
commented Sep 27 '16, 5:42 a.m.
Thank you so much! I have no idea why it didn't seem to work before (maybe I didn't save or didn't wait for the saving process to finish)
Please have a look at the permissions also, that won't prevent them from picking the item type, but you can have only specific roles that are able to create them as well.
|
One other answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Sep 29 '16, 2:01 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
One possible way to prevent a work item of a particular type from appearing in a plan is to create a Category that is never used in a plan, and then have a custom work_item_save precondition that requires that the Filed Against value for that type of work item be that category.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.