FayP / JIRA-php

a php class specifically to be used for JIRA's REST API and also a REST Request class which can be more widely used.
26 stars 22 forks source link

jql function #2

Open sperera4you opened 11 years ago

sperera4you commented 11 years ago

Hi first i must thankyou for the wonderful library you have made.it made a great help for me. next thing is can you tell me how i can get the latest issues updated in a particular project?

in jql it should be something like this..

project = xxxx and updated > -10d and updated < -3d

can you tell me how to include that in your index.php? and by the way i have modified your class.jira.php to be help in many situations. i will post the code or will send you the attachment..thanks again for the wonderful library

tefz commented 11 years ago

can u post the modification? i'm trying ot use the jql but can't find a way to access to the result.