Using TeamCity Integration Plugin for JIRA:
I have ticket that had the status "awaiting build" but the teamcity build was unsuccessful (build # 1.1.0.76) so as a result the "Fixed in Build" field in the jira ticket was not updated.
we fixed the code, created a new pull request and the build was successful (build# 1.1.0.77)
I have a project automation rule to set the jira ticket in "Ready for Testing" once the Fixed in Build is populated.
I was hoping I could update the Fixed in Build field so the ticket would automatically get in the status Ready for Testing.
I still can manually change the status to Ready for Testing but the Fixed in Build field will still be empty.
open to suggestions/change of practice.
thanks.