Hi All
When the user commits the code in the Bitbucket it will trigger the bamboo build .
My requirement is
"While building the job bamboo should be capable to run all the Tests (Test,Test Set,Test Plan ) which are linked to jira Issue.and after the build it should put the execution result(Test Execution) back to jira."
To achieve this I installed 2 Plugins :
1)Xray for jira Add-on for bamboo
With this I can import the feature file of the cucumber Test .
2)Groovy tasks for Bamboo
I want to write a script which retrieves the jira issue key from the development branch / Plan branch (feature-TM-1-addition-of-2-numbers) and then fetch teh linked Test Set,Test Plan from that jira issue.
How to auto populate Tests in the issue keys field ?
Or
is there any other way to fulfill my requirement ? please do suggestion..
Thanks in advance
Regards
Sushma