Skip to content

Conversation

@gtshepard
Copy link
Contributor

Context

Documentation for account_id parameter for assign_issue() is misleading for usage with Jira Server.

Fix: Update Method Documentation

When using Jira Server; assign_issue()'s account_id parameter must take a valid Jira username.

The parameter does NOT take a Jira Cloud account_id or Jira Server user_id as current docs for this project suggest when using Jira Server.

Reference materials for endpoint assign_issue() calls for Jira Server can be found here.

Example

 assign_issue(issue_key="EXAMPLE-1234", account_id="mzuckerberg")

Method documentation has been updated to avoid future confusion.

jira server usage for assign_issue account_id parameter
@gtshepard gtshepard changed the title [Jira] document method parameter usage; jira server [Jira] document method parameter usage for jira server Jan 24, 2022
@gtshepard gtshepard changed the title [Jira] document method parameter usage for jira server [Jira] document assign_issue() usage for jira server Jan 24, 2022
@gtshepard gtshepard changed the title [Jira] document assign_issue() usage for jira server [Jira] document assign_issue() usage for Jira Server Jan 24, 2022
@gonchik gonchik merged commit 947a1b5 into atlassian-api:master Jan 24, 2022
gonchik pushed a commit that referenced this pull request Sep 3, 2022
jira server usage for assign_issue account_id parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants