Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Release Note Options password test gives error with missing Jira Base Url #114

Open
laurencagneyoctopus opened this issue Jun 29, 2022 · 5 comments
Assignees
Labels
kind/bug Something isn't working team/integration

Comments

@laurencagneyoctopus
Copy link

laurencagneyoctopus commented Jun 29, 2022

Verifying Jira credentials in Octopus Server/ Cloud Settings > Jira Integration > Release Note Options > Jira Password > Test gives error Please provide a value for Jira Base Url and does not reference the previously set Jira Base URL in API payload.

Endpoint: /api/jiraintegration/connectivitycheck/jira

image

Reproduction

  1. Go to Settings > Jira Integration
  2. Under Release Note Options > Jira Password
  3. Click Test

Expected payload: 2021.1.7316

{BaseUrl: "https://jiratest.atlassian.net", Username: "test", Password: null}
BaseUrl: "https://jiratest.atlassian.net"
Password: null
Username: "test"

Payload received: 2022.2.6872 (earliest identified version containing issue)

{Username: "test", Password: null}
Password: null
Username: "test"

Customer ticket
Internal thread

@dan-close
Copy link

Another customer report: https://octopus.zendesk.com/agent/tickets/92206

@brentkinney
Copy link

Another customer with this issue - https://octopus.zendesk.com/agent/tickets/92429

@Justin-Walsh
Copy link

Another customer report: https://octopus.zendesk.com/agent/tickets/92611

@danielfischeroctopus
Copy link

Another customer report: https://octopus.zendesk.com/agent/tickets/92856

@hnrkndrssn hnrkndrssn self-assigned this Jul 18, 2022
@patrick-smergut-octopus
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working team/integration
Projects
None yet
Development

No branches or pull requests

7 participants