Hi all,
We've been using the DVCS connector with Git and GitHub at work for a while now, it allows us to tie our commits to the stories just fine but the feature we really want is the ability to transition the stories through the workflow. We use a custom workflow - no preconditions on the steps (there are some post conditions).
That categorically doesn't work, regardless of the format we go with. I've tried all the recommendations in the thread here. You can see I've commented there too but I'm no longer getting responses.
Any suggestions?
Hi,
It is because your workflow transition does not have preconditions on the steps. Just add a new transition condition with the choosen option as:Code Committed Condition
Best Regards,
Steven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I will try to get this on document updates
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steven,
Just checked it out - this doesn't seem to be a good setup as it means you can only move things through the workflow via Git commits?
It's one extreme or the other, why would anyone want to be restricted like that? I struggling to see a use case where that is a valid argument.
I'd imagine most users would want the added ability to transition an issue through the workflow via git commits but not be exclusively tied to it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
As you can see in the workflow transition conditions, there are two options:
1. Executed if all of the following conditions.
2. Executed if any of the conditions are met.
So it would depend on your own requirement to select either one.
Best Regards,
Steven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steven,
I've checked it out and the options I have (after choosing the Code Committed Condition) are:
I'm on JIRA 5.2.8 - is this the reason?
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.