-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
For example, trying to run the code (I changed the issue key)
def issue = jiraGetIssue site: "JIRA", idOrKey: 'PROJ-12345'
echo issue.data.toString()
gives the error message:
ERROR: {"errorMessages":["You do not have the permission to see the specified issue.","Login Required"],"errors":{}}
but on the plugin configuration page, a user (that has correct permissions in JIRA) is set up with correct username and password – testing connection shows success.
[JENKINS-44980] Calling pipeline steps functions gives error that not logged in -- though successfully authenticated in plugin configuration
Summary | Original: Calling pipeline steps functions gives error that not logged in but successfully authenticated in plugin configuration | New: Calling pipeline steps functions gives error that not logged in -- though am successfully authenticated in plugin configuration |
Summary | Original: Calling pipeline steps functions gives error that not logged in -- though am successfully authenticated in plugin configuration | New: Calling pipeline steps functions gives error that not logged in -- though successfully authenticated in plugin configuration |
Description |
New:
For example, trying to run the code (I changed the issue key) {quote}def issue = jiraGetIssue site: "JIRA", idOrKey: 'PROJ-12345' echo issue.data.toString() {quote} gives the error message: ERROR: \{"errorMessages":["You do not have the permission to see the specified issue.","Login Required"],"errors":\{}} but on the plugin configuration page, a user (that has correct permissions in JIRA) is set up with correct username and password – testing connection shows success. |
Attachment | New: Jenkins - Plugin Version.png [ 38548 ] | |
Attachment | New: JIRA - Issue.png [ 38549 ] | |
Attachment | New: JIRA Home Page.png [ 38550 ] | |
Attachment | New: Jenkins - Job.png [ 38551 ] | |
Attachment | New: Jenkins - Config.png [ 38552 ] |
For example, trying to run the code (I changed the issue key)
gives the error message:
ERROR: {"errorMessages":["You do not have the permission to see the specified issue.","Login Required"],"errors":{}}
but on the plugin configuration page, a user (that has correct permissions in JIRA) is set up with correct username and password – testing connection shows success.