Skip to content

Commit

Permalink
JENKINS-32492 - rename select fields to include JIRA: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rantoniuk committed Mar 26, 2016
1 parent c8c58c3 commit be4febe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/hudson/plugins/jira/Messages.properties
@@ -1,4 +1,4 @@
JiraIssueUpdater.DisplayName=Update relevant JIRA issues
JiraIssueUpdater.DisplayName=JIRA: Update relevant issues
JiraProjectProperty.DisplayName=Associated JIRA
JiraProjectProperty.JiraUrlMandatory=JIRA URL is a mandatory field
JiraProjectProperty.NotAJiraUrl=This is a valid URL but it doesn''t look like JIRA
Expand All @@ -12,23 +12,23 @@ Updater.Updating=Updating {0}
Updater.FailedToCommentOnIssue=Commenting failed on {0}. Carrying over to next build.
Updater.ErrorCommentingIssues=Could not comment on some issues: {0}
DefaultUpdaterIssueSelector.DisplayName=Default selector
JiraReleaseVersionBuilder.DisplayName=Mark a JIRA Version as Released
JiraReleaseVersionMigrator.DisplayName=Move issues matching JQL to the specified version
JiraIssueUpdateBuilder.DisplayName=Progress JIRA issues by workflow action
JiraReleaseVersionBuilder.DisplayName=JIRA: Mark a version as Released
JiraReleaseVersionMigrator.DisplayName=JIRA: Move issues matching JQL to the specified version
JiraIssueUpdateBuilder.DisplayName=JIRA: Progress issues by workflow action
JiraIssueUpdateBuilder.NoJqlSearch=Please set the JQL used to select the issues to update.
JiraIssueUpdateBuilder.NoWorkflowAction=A workflow action is required.
JiraIssueUpdateBuilder.UpdatingWithAction=[JIRA] Updating issues using workflow action {0}.
JiraIssueUpdateBuilder.Failed=[JIRA] An error occurred while progressing issues:
JiraIssueUpdateBuilder.UnknownWorkflowAction=[JIRA] Unable to update issue {0}: invalid workflow action "{1}". Perhaps the Jenkins user does not have permission to perform the action on the JIRA issue?
JiraIssueUpdateBuilder.SomeIssuesFailed=[JIRA] At least one issue failed to update. See log above for more details.
JiraVersionCreator.DisplayName=Create JIRA version
JiraVersionCreator.DisplayName=JIRA: Create new version
VersionReleaser.AlreadyReleased=[JIRA] The version {0} is already released in project {1}, so nothing to do.
VersionReleaser.MarkingReleased=[JIRA] Marking version {0} in project {1} as released.
JiraVersionCreator.VersionExists=[JIRA] A version with name {0} already exists in project {1}, so nothing to do.
JiraVersionCreator.CreatingVersion=[JIRA] Creating version {0} in project {1}.
JiraEnvironmentVariableBuilder.DisplayName=JIRA: Add related environment variables to build
JiraEnvironmentVariableBuilder.NoJiraSite=[JIRA] No JIRA site is configured for this project. This must be a project configuration error
JiraEnvironmentVariableBuilder.Updating=[JIRA] Setting {0} to {1}.
CommentStep.Descriptor.DisplayName=JIRA: Add comment to the issue
CommentStep.Descriptor.DisplayName=JIRA: Add a comment to issue(s)
SearchIssuesStep.Descriptor.DisplayName=JIRA: Search issues
IssueSelectorStep.Descriptor.DisplayName=JIRA: Issue selector

0 comments on commit be4febe

Please sign in to comment.