We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226552d commit 86f3f37Copy full SHA for 86f3f37
src/main/java/com/synopsys/integration/jira/common/server/configuration/JiraServerRestConfigBuilder.java
@@ -113,7 +113,7 @@ protected void validate(BuilderStatus builderStatus) {
113
}
114
115
if (StringUtils.isBlank(getAuthPassword())) {
116
- builderStatus.addErrorMessage("The Jira server access token must be specified.");
+ builderStatus.addErrorMessage("The Jira server password must be specified.");
117
118
119
if (getTimeoutInSeconds() <= 0) {
0 commit comments