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
i'm getting the following error when trying to create a basic issue: 2022-07-06T10:30:14.711+0100 [INFO] Starting apply for jira_issue.example 2022-07-06T10:30:14.711+0100 [DEBUG] jira_issue.example: applying the planned Create change 2022-07-06T10:30:14.953+0100 [ERROR] vertex "jira_issue.example" error: creating jira issue failed: : could not unmarshall the data into struct
Is there a way I can validate if this plugin works with a private hosted JIRA?
The text was updated successfully, but these errors were encountered:
Hi @sion-smith-lbg
This plugin is tested with a hosted JIRA. Please double check if you provided the correct URL in JIRA_URL. You can verify, that the url is correct by opening {JIRA_URL}rest/api/latest/project in your browser. If a 404 page appears, the URL is not correct. In hosted environments, the JIRA_URL typically looks like https://jira.mycompany.com/jira/
Hi all,
i'm getting the following error when trying to create a basic issue:
2022-07-06T10:30:14.711+0100 [INFO] Starting apply for jira_issue.example 2022-07-06T10:30:14.711+0100 [DEBUG] jira_issue.example: applying the planned Create change 2022-07-06T10:30:14.953+0100 [ERROR] vertex "jira_issue.example" error: creating jira issue failed: : could not unmarshall the data into struct
Is there a way I can validate if this plugin works with a private hosted JIRA?
The text was updated successfully, but these errors were encountered: