Context开发者_JAVA百科 I have a JIRA project for core product which we use both for bug tracking and managing product backlog as epics and stories.
I use JIRA as a bug tracker and I built a Python tool that converts JIRA tasks report (got as XML from the \'Views\' menu) into MS Access records that are user by another tool.
I want to upgrade database postgresql from v开发者_如何学运维ersion 8.3 to 9.0 on Jira application.
I\'d like to be able to do something like this: #!/usr/bin/python if jira.user_has_permission(\'jsmith\', \'JIRA-123\'):
I am new to JIRA. I have multiple customers, which I want to have READ only access to their own certain projects. (for instance customer X can access project Y only)
I\'m trying to append two JavaScript files to all pages in JIRA, following this guide. However, this only works on the Dashboard page when you log开发者_Python百科in, not on other pages.
I\'ve been trying to find a way to update JIRA when I commit to github. It doesn\'t look like there are any service hooks to do i开发者_JAVA百科t at github, but you never know, someone might have a n
The permission \"Delete all Attachments\" is granted to the group \"jira-users\".I am member of \"jira-users\".Though, I do not see a way to remove开发者_如何学Python an attatchment (a screenshot actu
I\'m using jira4r to create and update jira tickets.I\'m trying to update a custom field a p开发者_如何学Goarticular custom field but am unable to do so.I thought I had the ID correct for the field (c
i am pretty new to Jira Development so please be patient I should upgrade a Plugin that worked with Jira Version 3 to work with Jira Version 4