cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Change Package Type Implementer

jsummers
11-Garnet

Change Package Type Implementer

Need the ability to extract Change Package Status for Implementer type so that  I can test the status of the Item's change package to see if it is allowed to be change to the next state. I need to be able to test each and every Change Package ID to test the status if it's value is not "In Prod" then prevent the state from being change to the next state. See the screen shot of the change package tab in this case the rule would prevent the issues state being changed to the next level.

 

Change Packages tab viewChange Packages tab view

 

1 ACCEPTED SOLUTION

Accepted Solutions
awalsh
17-Peridot
(To:jsummers)

If you are doing this in event triggers, than you can use the getImplementerChangePackageBeans method from either IssueBean or IssueDeltaBean to get a list of GenericChangePackageBeans with for implementer change packages. Then you can use the getStatus() method on the GenericChangePackageBean to look up the status for each CP. 

View solution in original post

1 REPLY 1
awalsh
17-Peridot
(To:jsummers)

If you are doing this in event triggers, than you can use the getImplementerChangePackageBeans method from either IssueBean or IssueDeltaBean to get a list of GenericChangePackageBeans with for implementer change packages. Then you can use the getStatus() method on the GenericChangePackageBean to look up the status for each CP. 

Top Tags