-
Bug
-
Resolution: Unresolved
-
Minor
-
None
The Jira Base URL field needs a slash, if you omit it the client will add a '/null/ before '/rest'
http://mysite -> http://mysite/null/rest/api/....
http://mysite/ -> http://mysite/rest/api/....
[JENKINS-60386] jira-ext-plugin help is wrong - JIRA server path must include the slash
Description |
Original:
The Jira Base URL field needs a dash, if you omit it the client will add a '/null/ before '/rest' [http://mysite|http://mysite/] -> [http://mysite/null/rest/api/....] [http://mysite|http://mysite/]/ -> [http://mysite/rest/api/....] |
New:
The Jira Base URL field needs a slash, if you omit it the client will add a '/null/ before '/rest' [http://mysite|http://mysite/] -> [http://mysite/null/rest/api/....] [http://mysite|http://mysite/]/ -> [http://mysite/rest/api/....] |
Summary | Original: jira-ext-plugin help is wrong - JIRA server path must include the dash | New: jira-ext-plugin help is wrong - JIRA server path must include the slash |