Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.
This repository was 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

@laurencagneyoctopus

Description

@laurencagneyoctopus

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions