Hi,
I have a Jenkins job for building develop branch and the post build action is flipping the tickets from BUILD to Ready for QA --> Lately, there were some issues regarding the flipping, some tickets tickets flipped while others didn't, does it has anything to do with the fix version? because the tickets which didn't flipped had Fix Versions: None.
The query mentioned in the Jenkins job is:
project = project_name and component = component_name AND status = Build AND type in ("Dev Story", Bug, Defect, Feature, Spike, Task, Improvement,"Tech Debt")
This query works to display the tickets on jira but doesn't work for some tickets on jenkins while others flip to Ready for QA -->
Looking forward to hearing from you.
Thanks
Hi!
Please, take a look a post-fuction tab, as I see the most interesting part was done in that side
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.