Skip to content

Commit

Permalink
fixed #137 priority field may be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Mar 13, 2018
1 parent f3d176e commit 2a5c766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Issue/IssueField.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ public function __construct($updateIssue = false)
$this->project = new \JiraRestApi\Project\Project();

$this->assignee = new Reporter();
$this->priority = new Priority();
// priority maybe empty.
//$this->priority = new Priority();

$this->issuetype = new IssueType();
}
Expand Down

0 comments on commit 2a5c766

Please sign in to comment.