You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Rick Hillegas <Ri...@Sun.COM> on 2010/03/23 15:31:53 UTC

programmatic interface to JIRA

Does anyone know of a programmatic interface to JIRA? I am looking for a 
better way to generate the release notes. Currently, the 
ReleaseNotesGenerator parses JIRA reports. This has turned out to be an 
unstable api. The content of these reports changes significantly during 
the interval between our releases: important information shifts between 
elements or sometimes totally disappears. I'm looking for a stable 
programmatic api.

Thanks,
-Rick

Re: programmatic interface to JIRA

Posted by Kristian Waagan <Kr...@Sun.COM>.
On 23.03.10 16:02, Rick Hillegas wrote:
> Kristian Waagan wrote:
>> On 23.03.10 15:31, Rick Hillegas wrote:
>>> Does anyone know of a programmatic interface to JIRA? I am looking 
>>> for a better way to generate the release notes. Currently, the 
>>> ReleaseNotesGenerator parses JIRA reports. This has turned out to be 
>>> an unstable api. The content of these reports changes significantly 
>>> during the interval between our releases: important information 
>>> shifts between elements or sometimes totally disappears. I'm looking 
>>> for a stable programmatic api.
>>
>> Hi Rick,
>>
>> I've tried both the SOAP and the XML-RPC interfaces. They're not 
>> perfect, but may be sufficient for your purposes.
>> Some more information here: 
>> http://confluence.atlassian.com/display/JIRA/JIRA+RPC+Services
>>
>>
>> Regards,
> Thanks Kristian. I have been poking around in the xml-rpc api. I'd 
> really like to connect to the database behind JIRA so that I can query 
> it directly. Have you found a way to do that?

No.
Infra won't let you do that.


Regards,
-- 
Kristian

>
> Thanks,
> -Rick


Re: programmatic interface to JIRA

Posted by Rick Hillegas <Ri...@Sun.COM>.
Kristian Waagan wrote:
> On 23.03.10 15:31, Rick Hillegas wrote:
>> Does anyone know of a programmatic interface to JIRA? I am looking 
>> for a better way to generate the release notes. Currently, the 
>> ReleaseNotesGenerator parses JIRA reports. This has turned out to be 
>> an unstable api. The content of these reports changes significantly 
>> during the interval between our releases: important information 
>> shifts between elements or sometimes totally disappears. I'm looking 
>> for a stable programmatic api.
>
> Hi Rick,
>
> I've tried both the SOAP and the XML-RPC interfaces. They're not 
> perfect, but may be sufficient for your purposes.
> Some more information here: 
> http://confluence.atlassian.com/display/JIRA/JIRA+RPC+Services
>
>
> Regards,
Thanks Kristian. I have been poking around in the xml-rpc api. I'd 
really like to connect to the database behind JIRA so that I can query 
it directly. Have you found a way to do that?

Thanks,
-Rick

Re: programmatic interface to JIRA

Posted by Kristian Waagan <Kr...@Sun.COM>.
On 23.03.10 15:31, Rick Hillegas wrote:
> Does anyone know of a programmatic interface to JIRA? I am looking for 
> a better way to generate the release notes. Currently, the 
> ReleaseNotesGenerator parses JIRA reports. This has turned out to be 
> an unstable api. The content of these reports changes significantly 
> during the interval between our releases: important information shifts 
> between elements or sometimes totally disappears. I'm looking for a 
> stable programmatic api.

Hi Rick,

I've tried both the SOAP and the XML-RPC interfaces. They're not 
perfect, but may be sufficient for your purposes.
Some more information here: 
http://confluence.atlassian.com/display/JIRA/JIRA+RPC+Services


Regards,
-- 
Kristian

>
> Thanks,
> -Rick