| 247 | | #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| | 247 | #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| | 248 | |
| | 249 | #Return the different available status in the bts as a list |
| | 250 | # this is used to build the advanced search interface |
| | 251 | def availableStatus(self): |
| | 252 | return ['Unconfirmed', 'Needs info', 'Rejected', 'Confirmed', 'In Progress', 'Fix Committed', 'Fix Released'] |
| | 253 | |
| | 254 | #Return the different available importante in the bts as a list |
| | 255 | # this is used to build the advanced search interface |
| | 256 | def availableImportance(self): |
| | 257 | return ['Untriaged', 'Wishlist', 'Low', 'Medium', 'High', 'Critical'] |