You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code assumes that the Jira URL specified in the project pom is of the form $JIRAROOT/browse/PROJECTKEY; however with Jira 7+ the base URL for a project (i.e. when you click the project icon in a server installation) you get: $JIRAROOT/projects/PROJECTKEY/summary
This code assumes that the Jira URL specified in the project pom is of the form
$JIRAROOT/browse/PROJECTKEY
; however with Jira 7+ the base URL for a project (i.e. when you click the project icon in a server installation) you get:$JIRAROOT/projects/PROJECTKEY/summary
jira-maven-plugin/src/main/java/net/sigmalab/maven/plugin/jira/AbstractJiraMojo.java
Lines 131 to 134 in 984302e
We should perform better interpretation of the URL passed to this to be able to cope with this change in Jira behaviour.
The text was updated successfully, but these errors were encountered: