Toxantron / scrumonline

PHP web app for planning poker
https://www.scrumpoker.online
Apache License 2.0
399 stars 286 forks source link

Jira integration #41

Closed filipgolonka closed 7 years ago

filipgolonka commented 7 years ago

Would be nice to import Jira issues automatically during planning ;)

Toxantron commented 7 years ago

I agree.

It was one of the ticketing systems I orginally thought of. Including Github was easy and @dbeuchler already started importing from Gitlab. However I do not have Jira or a Jira project to test it on.

If you are willing to contribute and have a system for testing, there is a section in the developer docs how to add a ticketing system.

filipgolonka commented 7 years ago

I will try to help here :)

Toxantron commented 7 years ago

@filipgolonka great. How about making this a joint effort? I will create a branch for Jira and try to prepare the plugin and you can join in and test against your system. As soon as it is stable I will merge to master and deploy to the cloud version.

filipgolonka commented 7 years ago

@Toxantron sure, feel free to start after weekend, because I won't be able to do this earlier :)

Toxantron commented 7 years ago

Since I won't have too much time for this during the week, I will try to get a head start tomorrow morning.

Toxantron commented 7 years ago

Closed by 048a1c7.

filipgolonka commented 7 years ago

@Toxantron checked Jira integration and it is not working. POST https://www.scrumpoker.online/api/jira/getIssues 500 (Internal Server Error) when I try to load issues. Can you check logs and send me the info, so I will fix it?

Toxantron commented 7 years ago

Not necessary, it seems to be my fault:

01.06.2017 08:40:54 scrumpoker.online [client 5.226.119.0] PHP Fatal error:  Uncaught Error: Class 'GuzzleHttp\\Client' not found in /mnt/web001/e1/12/56920712/htdocs/src/controllers/jira-controller.php:22, referer: https://www.scrumpoker.online/

I forgot to copy composer dependencies onto prod machine. Will fix it later today.

Toxantron commented 7 years ago

@filipgolonka could you check again? I don't have a target project to test against.

filipgolonka commented 7 years ago

Done, works now