It's all about the answers!

Ask a question

Preconditions or follow-up actions


Akshay Panchakshari (37128) | asked Jun 18 '16, 6:55 a.m.

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



permanent link
Ralph Schoon (63.1k33645) | 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.

Your answer


Register or to post your answer.