Good afternoon, there was a task to integrate a web application with JIRA . Since I have never worked with JIRA I don’t know which way to dig. The JIRA documentation says that there is a REST API , but I cannot find the library. Maybe you need something else to work with their API , for example, to pay your account? Share who faced. Thank!

    1 answer 1

    Documentation: https://docs.atlassian.com/jira/REST/latest/

    Libraries for working with JIRA API in php (unofficial):

    1. https://github.com/chobie/jira-api-restclient
    2. https://github.com/cpliakas/jira-client
    3. https://github.com/lesstif/php-jira-rest-client
    • From the documentation, I realized that you first need to add a link to your application and configure OAuth authentication, then I have questions: 1. My application is on localhost, can I bind it? (I suspect that there is not, at least only one-way communication) 2. What type of application should I choose from the list? (crowd, confluence, Atlassian connect, basic application ... etc) 3. Where can I get such data as the Buyer Key, Shared secret (I have a 10 day trial)? Do I have to pay my account in my case? 4. When setting up OAuth, you need to enter the "Public key", where can I get it? - Dmitriy