jira

知识点053-jira

。_饼干妹妹 提交于 2019-12-06 12:53:37
安装jira wget https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-7.13.0-x64.bin chmod +x atlassian-jira-software-7.13.0-x64.bin root@jenkins:/data/jira# ./atlassian-jira-software-7.13.0-x64.bin Unpacking JRE ... Starting Installer ... Dec 04, 2019 3:44:32 PM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. Dec 04, 2019 3:44:32 PM java.util.prefs.FileSystemPreferences$2 run INFO: Created system preferences directory in java.home. This will install JIRA Software 7.13.0 on your computer. OK [o, Enter], Cancel [c] o Choose the

JIRA安装配置

a 夏天 提交于 2019-12-06 12:14:46
安装步骤: 安装的版本为6.3.6,先安装jdk,可用命令java -version查看java版本,接着安装mysql数据库,创建jira数据库mysql> CREATE DATABASE jira DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;,创建权限账号 mysql> grant all privileges on jira.* to jirasa@'192.168.100.%' identified by 'jira123'; mysql> flush privileges; 。然后解压atlassian.tar.gz安装包至/usr/local/src/然后将解压后的文件重命名并转移至/usr/local/jira目录下。创建JIRA安装目录,mkdir /usr/local/jira/jira_home. cat atlassian-jira/WEB-INF/classes/jira-application.properties jira.home = /usr/local/jira/jira_home 安装java数据库驱动软件:解压缩mysql-connector-java-5.1.36.tar.gz文件,然后将解压后的文件中的mysql-connector-java-5.1.36-bin.jar文件转移至

Bitbucket issues section useless when connected to JIRA?

时间秒杀一切 提交于 2019-12-06 11:09:54
I have connected Bitbucket repo with JIRA project. Now when I commit to Bitbucket, I can reference JIRA issues or I can create branches in Bitbucket repo from JIRA and view commits from JIRA. However, when I create an issue in JIRA or an issue in Bitbucket, they are not being synced. I have not found any tutorial about this. Does this mean that Issues section in Bitbucket is useless when we connect it to JIRA? Is Issues section on Bitbucket only for repos that are not connected to JIRA (and I should turn it off in repos that have JIRA connection? I am sure this is easy answer for someone who's

How to specify version with git smart commits?

被刻印的时光 ゝ 提交于 2019-12-06 10:02:10
I'm using BitBucket and Attlasian Jira. They are linked between each other so i can resolve an issues just with git comment: git commit -m "BUG-123 #resolve #comment My comment" My question is. Is it possible to specify fix version with smart commit feature? According to the JIRA DVCS plugin API documentation , there are three commands you can use: #time #comment #<transition> There is no direct command to use to select the fix version, but you could likely set up a trigger or a hook in the JIRA system that will select a fix version for you upon transition, but there's no way to do it using

Getting a Jira Issue via OAuth Authentication using Postman

社会主义新天地 提交于 2019-12-06 10:00:22
问题 I am trying to GET an issue in Jira using POSTMAN. I have selected Type as OAuth 1.0. For that it is asking me some fields mentioned below. I have generated Token and Token Secret which I am passing to it. I have also configured my generic application to Jira in Application links. I am not aware of what to be passed in Consumer Secret and Signature Method (what should be the signature method). I am currently selecting HMAC-SHA1. For rest of the fields it is generating values based on the

jira SOAP and XMLRPC

北慕城南 提交于 2019-12-06 08:06:31
I was wondering if there are urls for the various calls that can be made to jira. get issues, get users. what format are they in xml? json? I want to write a wrapper class in python. I see the SOAP api exsists but no methods definitions in python anywhere I can find. I found the java one fairly easy. Your help is appreciated. Please and thank you. the Atlassian site has samples right on it. using SOAP client to interact with Jira: http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client and using xml-rpc to interact with Jira: http://confluence.atlassian.com/display/JIRA/Creating+a

How do you set the fixVersions field using jira-python

。_饼干妹妹 提交于 2019-12-06 07:22:17
I'm trying to update an existing JIRA using the jira-python module (http://jira-python.readthedocs.org/en/latest/). Specifically I'm trying to set the fixesVersion list of an issue. I've been trying for a while with no luck. What am I missing? issue = jira.issue('DUC-391') issue_dict = { 'fixVersions' : [{'id': '10115'}] } issue.update(fields=issue_dict) Returned stackTrace: Traceback (most recent call last): File "post-commit-jira.py", line 35, in <module> issue.update(fields=issue_dict) File "/Library/Python/2.6/site-packages/jira/resources.py", line 193, in update super(Issue, self).update(

Jira: How to obtain the previous value for a custom field in a custom IssueEventListener

吃可爱长大的小学妹 提交于 2019-12-06 06:09:54
问题 So how does one obtain the previous value of a custom field in a Jira IssueEventListener? I am writing a custom handler for the issueUpdated(IssueEvent) event and I would like to alter the handler's behavior if a certain custom field has changed. To detect the type of change I would like to compare the previous and current values. (I'm am not asking about how to obtain its current value - I know how to get that from the related Issue) I am developing against Jira 4.0.2 on Windows. Is the best

Basic authentication with jira-python

主宰稳场 提交于 2019-12-06 05:35:30
问题 I'm new to Python, new to the jira-python library, and new to network programming, though I do have quite a bit of experience with application and integration programming and database queries (though it's been a while). Using Python 2.7 and requests 1.0.3 I'm trying to use this library - http://jira-python.readthedocs.org/en/latest/ to query Jira 5.1 using Python. I successfully connected using an unauthenticated query, though I had to make a change to a line in client.py , changing I changed

Suds + JIRA = SAXException

时光怂恿深爱的人放手 提交于 2019-12-06 02:45:19
I'm using Python 2.6 and suds 0.3.7 to interact with JIRA 4.0. When I connect to the JIRA server, I get information on all the issues just fine. However, when I want to update an issue, I get a SAXException from suds (presumably): WebFault: Server raised fault: org.xml.sax.SAXException: Found character data inside an array element while deserializing I'm following the steps described here: http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client only replacing SOAPpy calls with suds. My attempt to update an issue looks like this, complete with exceptions: >>> w="http://bugs/rpc/soap