Parsing the JIRA openapi description and generating a Perl client from it is part of the test suite for my module OpenAPI::PerlGenerator. I'm happy to be no current user of JIRA, so I can't test the generated code.

If that code works for you, I'm happy to release it as a stand-alone (generated) distribution. If there are changes you need to make to the OpenAPI specification, the openapi.json in the parent directory contains the specification for the generated code.

I fear you will have to restructure your current program though, because my code simply translates the JIRA openapi spec and has no thoughts about making JIRA easy to use.


In reply to Re: JIRA-Client-Automated stopped working for me, Atlassian modified the API's. The requested API for searching issues has been removed. by Corion
in thread JIRA-Client-Automated stopped working for me, Atlassian modified the API's. The requested API for searching issues has been removed. by gargle

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.