Hi,
We are looking to have a Jira searchable field of the Code status that is set automaticly.
I am imagining the status of: no code, pending pull request, approved pull request, merged.
Idealy, I would like it so that when a commit is done in bitbucket with a Jira bug number it would set a custom field in that ticket of "pending pull request". And when that pull request is approved the Jira ticket gets set to Approved pull request, and when in bitbucket the pull request is merged to master...
yes we have the "Development" section on tickets that shows X commits, Y pull requests [stauts of pull request] - but that is not searchable.
Any advice? (using Jira on demand...)
thanks, David.
You may be interested in the new code-related JIRA workflow triggers then. They allow you to transition issues based on a variety of events, including when branches are created or pull requests are merged.
We think it makes more sense to use Workflow Statuses to represent the condition of the fix for the issue, and then use Smart Commits to transition the issue from a status No Code to Pending PR.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Fine, using statuses is fine... but I would like it to happen automaticly and NOT rely on the developer adding the smart Commit.
Addtionally, that only works for when they commit code, doesn't work for when code is marked as merged in bitbucket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Tim.
Triggers worked out really well. (shame I can't give your answer a "this answered my question" check :( )
I created a trigger... on a transtion that changed the status... to iself (leaving it the same status) but had a post funciton of changing a custom field of "code status"
and this transtion doesn't show on any screen so that no one accedentally does it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah sorry, I've converted it to an answer if you want to accept it to stop our hassle bot from emailing you further :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.