I\'m trying to figure out a way to send an email to an anonymous user when one creates an issue through the email. What I need is for this anonymous user to receive a notification email when the issue
I am importing issues from a non-legacy issue tracker systems DB into Jira. I am able to import all the issues from the DB, properly with the help of customized \'ji开发者_开发百科ra-importer-plugin.
I tried updating component for issue in Jira using SOAP in PHP, it didnt throw any exception, it returned isuue but component was never updated.
I have installed and configured this plugin: http://wiki.hudson-ci.org/display/HUDSON/JIRA+Plugin In Jira I have turned ON开发者_如何学运维 option \"accept api calls\"
I think the only part I dont get is how you handle the run results.So if I set up a new project in Jira for test cases how would I mak开发者_运维技巧e it so I can run mark a test case as pass or fail
I don\'t want to import the groups from LDAP into Jira, while importing the users from LDAP in Jira. I am not familiar to LDAP, but I want to import only users in Jira.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered i开发者_运维技巧n its current form.
I have couple of classes in jira.py, providing 2 for sample class JiraCommand: name = \"<default>\"
At work we thought it would be nice to track our performance statistics on a daily basis with Jira. We already have an automated testing suite, but ideally we could link this to Jira ticket spanning a
I tried using JIRA\'s REST API but the function that I needed wasn\'t there and found it at JIRA\'s SOAP API. A newbie like me wants to know if you can use JIRA\'s SOAP API in a VB.NET desktop appl开发