oRastor / jira-client

A simple PHP JIRA REST client
MIT License
20 stars 18 forks source link

added new data type "number" #6

Closed dansoap closed 8 years ago

dansoap commented 8 years ago

The latest version of JIRA also has a data type "number" which is used for e.g. story points in the Agile Plugin.

This PR adds number to the mapped data types, so that the field value is actually populated.