Preconditions or follow-up actions
![]() Hi All, I have created Precondition which is currently being executed for all types of work items(Tasks, defects, etc). How do i restrict this to only certain types of work items ? for example - I want the preconditons or follow-up actions to be executed only for Tasks or Defects ? Thanks Akshay P |
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jun 18 '16, 7:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You check the type of the work item in the code of the extension and just exit if the extension should do nothing for the type, Exactly like the Extensions Workshop does it.
|