Project

General

Profile

action #15494

Updated by okurz almost 8 years ago

## User story 
 <As a <role>, I want to <do an action>, to <achieve which goal> > 
 As a reviewer of product related job groups I want to move jobs of incomplete/obsolete out of a group to clean up the overview of uninteresting results 

 ## acceptance criteria 
 * **AC1:** the job group of an existing job can be changed using the API 
 * **AC2:** only operators and admins can do this 
 * **AC3:** the group updated jobs do not show up in the old group anymore but only in the new job group 

 ## tasks 
 * there are already routes for setting status and such, add one for job group 
 * crosscheck authentication 

Back