1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-12-04 09:42:55 +02:00

Merge pull request #53 from AlbinOS/patch-1

Fix typo metaissue.go
This commit is contained in:
Andy Grunwald 2016-12-11 17:58:30 +01:00 committed by GitHub
commit cc30640467

View File

@ -95,7 +95,7 @@ func (p *MetaProject) GetIssueTypeWithName(name string) *MetaIssueType {
}
// GetMandatoryFields returns a map of all the required fields from the MetaIssueTypes.
// if a frield returned by the api was:
// if a field returned by the api was:
// "customfield_10806": {
// "required": true,
// "schema": {