pub async fn get_issue_property_keys(
configuration: &Configuration,
issue_id_or_key: &str,
) -> Result<PropertyKeys, Error<GetIssuePropertyKeysError>>
Expand description
Returns the URLs and keys of an issue’s properties. This operation can be accessed anonymously. Permissions required: Property details are only returned where the user has: * Browse projects project permission for the project containing the issue. * If issue-level security is configured, issue-level security permission to view the issue.