At the moment the Responible user function works on a per build basis.
Is there anyway to assign someone to a specific failing task and have that user responsible until a task passes?
Essentially this is building a process around responsible users and how to manage issues.
Hello John,
I think you can configure this by using the pre-post build command runner: https://marketplace.atlassian.com/plugins/com.sysbliss.bamboo.plugins.prepost-build-command
Have you tried it already?
I looked at that plugin recently but it didn't support v5.3 but I now I see that it does; which is a pleasant surprise :)
I'll install the plugin and implement a process around that.
Thanks very much Sepideh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sepideh or John, Did either of you get this working? I can't get the Bamboo variables into the curl command. It creates a ticket with the variable names and not the actually variables. {code} curl -D- -X POST -u "bamboo_user":"password" -H "Content-Type: application/json" -d '{ "fields": { "project": { "key": "BBT" }, "summary": "${bamboo.planName} - ${bamboo.buildNumber}", "description": "Link to the failed build:\n${bamboo.resultsUrl}", "issuetype": { "name": "Issue" }}}' https://jira.domain.com/rest/api/2/issue/ {code} Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sepideh
I think the simplest way to put it is; how can I assign someone to a failing Job and have that Responsibility persist thru builds until that Job passes?
Is there a way to create a Jira issue automatically once Responsibility has been assigned?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello John,
Are you breaking your tasks into stages? How are you planning to retrive the specific task that caused the build to fail to assign a user to it? Can you please provide more details bout what you are trying to achieve and the use case scenario for this?
Thanks.
Best,
Sepideh
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.