JiraUrl
The base URL of the JIRA instance.
The connector expects the REST APIs to be accessible relative to this URL, at <JiraUrl>/rest
. For example, the following URL should return a list of the available projects: <JiraUrl>/rest/api/2/project
.
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | TaskName or FetchTasks |
Example: | JiraUrl=http://example.com:8080/jira
|
See Also: |