We are using svn and would like to set up notifications such that whenever a build breaks, the user that commited the change that broke the build will get an e-mail. I set up First Failed Job For Plan for a specific bamboo user successfully, but I would to send the e-mail to the commiter (svn user), not a bamboo user. How do I link e-mail addresses to svn commiters? When I set up the notification to Committers (users who have committed to the build) instead of a specific bamboo user, it does not work.
Try associating their repo username with their Bamboo user. A user can edit their profile (click the dropdown arrow next to your name in the upper right while logged in to Bamboo), select Profile, Edit Profile, and try setting the Source Repository Alias. This should let the committer user be associated with a Bamboo user and thus their email.
If you meant 'without' being a Bamboo user, then I'm not aware of how to do that. I believe you need to have a user set up, wther or not someone actually uses it, to tie a source repo alias (SVN user) to an account with an email address. You can link multiple aliases (SVN usernames) to a single Bamboo user account in case that scenario helps you at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I mean we have 5 bamboo users and about 20 svn users. How do I link multiple svn users to a single bamboo user? Can I then set up a separate e-mail for each svn user, or is it tied to the original single bamboo user?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the Edit Profile section for a Bamboo user, they can associate multiple SVN aliases using the Source Repo Alias field. You can only have 1 email for each Bamboo user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have bamboo linked to Jira, on which we do have users for each developer. Is there a way to open a new Jira issue to a Jira user linked to the commiter once a build is broken?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the Create issue action to create a JIRA issue but you would have to set the assignee manually from within JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can I create an issue automatically based on a build result as part of the build script? I can only see how to do it manually after the build is done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create a JIRA issue in a Script task by using JIRAs REST API.
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.