View Source Jiraffe.Issue.CreateMetadata (Jiraffe v0.1.0)

This struct represents the metadata required to create an issue. The fields returned depend on whether the user has permission to edit the issue and on whether the update parameter is set to true in the query string.

Reference

Summary

Functions

Converts a map (received from Jira API) to Jiraffe.Issue.CreateMetadata struct.

Types

@type t() :: %Jiraffe.Issue.CreateMetadata{
  expand: String.t() | nil,
  projects: [Jiraffe.Issue.CreateMetadata.Project.t()]
}

Functions

@spec new(map()) :: t()

Converts a map (received from Jira API) to Jiraffe.Issue.CreateMetadata struct.