JIRA OnDemand - Get List of Issues PHP

Joe Al-mendhry May 20, 2014

Hello,

I am new to working with APIs and I have tried searching for so long on some code examples on how to integrate a PHP application with JIRA API.

What steps should I take to get my application working with JIRA?

Do I need auth? and if so is there any simple code exampls that I can work with?

Thanks!

3 answers

0 votes
Eduard Diez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2018

Someone Knows how plays in CLOUD, because the web that you posted is in server or any web.

@Nic Brough -Adaptavist- & @Timothy

Thank's 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 17, 2018

I am not sure what your question is here.  Also, remember this question is nearly 5 years old, and out of date.

Eduard Diez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2018

Is true... but I have a questions related whit, 

Do you know how I can (for example), search issues or teams or projects whit PHP?

 

Thank's

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 17, 2018

Build REST calls in your PHP code, using the docs at https://developer.atlassian.com/server/jira/platform/integrating-with-jira-server/ to guide what calls you need to make.  As I'm not a php developer, I have no examples, but I do know it does REST calls.

Eduard Diez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2018

Hello; 

 

I know this web, is for server, nothing happens, I will try to program it.

 

Thank's for all

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 20, 2014

Use the REST api to get the infromation you need

https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Tutorials

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 20, 2014
Joe Al-mendhry May 20, 2014

Do you have any code examples? Im looking at the documentation and it doesnt seem possible with only PHP?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 20, 2014

REST doesn't care about the language. As I'm not a php developer, no, I have no examples. But I'm 100% certain php can do REST calls. I'd look through the docs for php.

Suggest an answer

Log in or Sign up to answer