View Source Jiraffe.Issue.CreateMetadata (Jiraffe v0.1.1)
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.
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
Converts a map (received from Jira API) to Jiraffe.Issue.CreateMetadata
struct.