pub async fn get_issue_property(
configuration: &Configuration,
issue_id_or_key: &str,
property_key: &str,
) -> Result<EntityProperty, Error<GetIssuePropertyError>>
Expand description
Returns the key and value of an issue’s property. This operation can be accessed anonymously. Permissions required: * Browse projects project permission for the project containing the issue. * If issue-level security is configured, issue-level security permission to view the issue.