Function edit_issue

Source
pub async fn edit_issue(
    configuration: &Configuration,
    params: EditIssueParams,
) -> Result<Value, Error<EditIssueError>>
Expand description

Edits an issue. A transition may be applied and issue properties updated as part of the edit. The edits to the issue’s fields are defined using update and fields. The fields that can be edited are determined using Get edit issue metadata. The parent field may be set by key or ID. For standard issue types, the parent may be removed by setting update.parent.set.none to true. Connect apps having an app user with Administer Jira global permission, and Forge apps acting on behalf of users with Administer Jira global permission, can override the screen security configuration using overrideScreenSecurity and overrideEditableFlag. This operation can be accessed anonymously. Permissions required: * Browse projects and Edit issues project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.