I like to automated checking to see if capitalization is entered after a commit is made by a developer, if not put up a reminder dialog. Is this possible?
Hi Chaz,
I understand that you're using Bitbucket with Jira Cloud and want to provide some kind of feedback do the developers when making a commit, based on whether or not this custom field in Jira Cloud has a value defined for it.
The automation is happening within Jira. However commits would be happening either from a git command, or within Bitbucket/Github directly. While you can create an automation rule in Jira to trigger when a Commit is created (or rather when Jira sees this commit), this is only happening within Jira. The automation within Jira does not have any means to show any kind of dialog or popup within Bitbucket/github when this happens. So in short, there is not a way I can find to provide this kind of reminder to the developer.
You could potentially setup a workflow condition within Jira in order to make sure that this 'capitalization' field has a value before making a transition within Jira. That could prevent Jira from transitioning the issue missing this data. Or you could setup an automation with a branch rule in order to choose which transition an issue should go into. That automation could be triggered by the commit created automation trigger, and then have an automation condition to check this custom field value. But again these solution would only affect Jira directly.
Does this help?
Andy
What do you mean by "captilization is entered"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The hours entered in the capitalization field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.