InitIssueWithMetaAndFields - should set IssueFields.Project and IssueFields.Type from MetaProject/MetaIssueType #393
Labels
needs triage
Ticket that needs triage (a proper look for classification)
Is your feature request related to a problem? Please describe.
InitIssueWithMetaAndFields current does not set the
Issue.IssuesField.Project
orIssue.IssueFields.Type
, The passed in MetaProject and MetaIssueType only server to define a list of field translations. They don't set the Project or Type.Describe the solution you'd like
InitIssueWithMetaAndFields - should set the those fields from the Meta information that was passed in.
Seems overly complex to require the user to set those explicitly after having passed in the meta data.
The text was updated successfully, but these errors were encountered: