Triggers in Jazz, do they exist?
Hello Community,
I am in need to create and implement a lock mechanisms for Tasks and Defects in JAZZ-RTC but it looks like that is neither possible or nor it is implemented, is that true?
- In my case I have several users that reuse Tasks or Defects all over again and this had lead to big problems because it is neither an AGILE approach nor method.
- I want also to close a Task or Activity and not let the user to be able to reopen it once he/she has delivered the changes files modifications with it
- Also I was wondering if there is a way to create parent child relationship and close the parent ONLY when all the child activities are closed
. . . . yes exactly like ClearQuest all over again, because that was a very useful and working method.
I wonder if any latest RTC version has this IMPORTANT FEATURE addressed?
Regards,
Mario
One answer
neither of those two behaviors are provided by the product. but both are possible.
you would have to write server side extensions, both advisors.
see https://jazz.net/library/article/1000
on the first, you would prevent saving the workitem if the state was previously closed, and assign that to all roles you want to prevent re-opening or modifying those workitems. leave one role open to be able to fix things.
parent/child is a normal relationship. just no enforcement of all children closed.
there is also no enforcement of Blocks/Depends on. I provide a sample plugin source here
https://jazz.net/forum/questions/64268/operation-advisor-custom-precondition-for-work-items
you would have to write server side extensions, both advisors.
see https://jazz.net/library/article/1000
on the first, you would prevent saving the workitem if the state was previously closed, and assign that to all roles you want to prevent re-opening or modifying those workitems. leave one role open to be able to fix things.
parent/child is a normal relationship. just no enforcement of all children closed.
there is also no enforcement of Blocks/Depends on. I provide a sample plugin source here
https://jazz.net/forum/questions/64268/operation-advisor-custom-precondition-for-work-items