jira

JIRA Rest API error. Unrecognized token creating a issue

廉价感情. 提交于 2019-12-09 17:51:35
问题 No luck in adding a issue via AJAX and the REST API. I can get it to work with Postmen, unfortunatly, can't get it with an Ajax request. The JSON I create is fine, the post request also. The issuetype is something I created myself, using Bug gives the same problem. See the JSON object created, my error and my code: JSON object (this is a snippet from console.log): The Error 0: "Unrecognized token 'fils5poet5': was expecting 'null', 'true', 'false' or NaN↵ at [Source: org.apache.catalina

How to get JIRA Agile issues assigned to the current sprint for the current user using the JIRA REST API?

谁都会走 提交于 2019-12-09 16:24:33
问题 I'm getting started working with the JIRA REST API. I've learned how to get all the issues assigned to the current user: rest/api/2/search?jql=assignee=currentuser() ...now I am trying to filter those by the current sprint. I think this functionality is provided by the JIRA Agile (Greenhopper) plugin, but I can't find any documentation for it. I came across some interesting data which appears to be the identifier for the sprint that the issue is assigned to: customfield_10005: [ "com

JIRA项目管理的好工具

孤街醉人 提交于 2019-12-09 13:38:27
原文:https://www.jianshu.com/p/8c14b52ce692 JIRA是Atlassian公司的产品。 Atlassian公司于 2002在澳大利亚悉尼成立 ,提供面向 企业业务流程的协同办公产品 ,并于 2015年12月 在纳斯达克上市。 作为一家SaaS公司, 不雇佣一个销售人员,仅通过口碑获客,市值达10亿美金级别 (64亿美元-2017年3月13日),这也从另外角度反映出这个产品的独特之处。 Atlassian主要有5款产品,分别面向不同的市场。 JIRA( 项目 任务 管理软件 ) Confluence( 企业知识管理与协同软件 ) BitBucket( 代码库 ) HipChat( 内部聊天/协作软件 ) JIRA Service Desk( 服务台软件 )。 Atlassian最核心的产品仍然是 JIRA 和 Confluence , JIRA被业界公认为最好的 项目管理和开发管理 工具 , Confluence 被认为是最好用的企业级知识管理工具 。 包括美国 航空航天局使用Atlassian来设计火星探测器,Runkeeper使用Atlassian来设计健身应用 。 eBay、宝马、花旗都是Atlassian客户。 传闻世界 500 强企业里,80% 都用过JIRA。 JIRA中的核心概念 Project(项目) JIRA中的项目是一组问题单

Export JIRA Data

瘦欲@ 提交于 2019-12-09 10:55:07
问题 What is the best way to export all JIRA data (projects, issues, ...)? I saw that there is an API and a plugin mechanism which probably can provide all the information. But what is the easiest way to export the data? Does it work out of the box or do I have to implement a plugin? 回答1: Generally, there are two main approaches to backup your JIRA data. The first one is to back up your database in which JIRA info is stored. The second one is to use the “Backup Data to XML feature”, which is a

JIRA: find all my logged work for last week

拜拜、爱过 提交于 2019-12-09 07:41:17
问题 How would I create a JIRA filter that lists all of the issues on which I've logged time? I can then apply this to the activity stream. 回答1: If you have Script Runner installed, you can use the following query. It will show you the issues only where you have logged work in JIRA. issueFunction in workLogged("after 2014/09/01 before 2015/01/30 by <USER_NAME>") Where the dates can be set to the range of the week you want to query, and the USER_NAME can be your username. Script Runner

make jira links clickable in github

孤街浪徒 提交于 2019-12-09 04:22:16
问题 Is there anyway I can make jira ticket id's on github link to jira directly ? ( much the same way as how it happens on bitbucket ? ) Maybe there is a plugin or something I could use ? Sorry if this is the wrong place to post this type of question, please comment if I should post this somewhere else. EDIT: I specifically want ticket id's in github to link through to JIRA, this is not described in any of the resources below: How do I connect github to JIRA? https://confluence.atlassian.com

Regular expression for a JIRA identifier

夙愿已清 提交于 2019-12-09 02:17:20
问题 I'm trying to extract a JIRA identifier from a line of text. JIRA identifiers are of the form [A-Z]+-[0-9] - I have the following pattern: foreach my $line ( @textBlock ) { my ( $id ) = ( $line =~ /[\s|]?([A-Z]+-[0-9]+)[\s:|]?/ ); push @jiraIDs, $id if ( defined $id && $id !~ /^$/ ); } This doesn't cope if someone specifies some text which contains the pattern inside another string - for example blah_blah_ABC-123 would match upon ABC-123. I don't want to mandate that there must be a space or

JIRA JQL: coloring cards by blocked status

烂漫一生 提交于 2019-12-08 18:33:28
问题 I'm trying to use the "Card colors" feature of JIRA Agile, plus the ScriptRunner plugin, to color blocked cards on a JIRA agile board. My definition of "blocked" is: ticket has a value for the "Blocked" field or is linked to an unresolved ticket in a "is blocked by" relationship. The best I can do is the following JQL: (Blocked is not EMPTY) OR issueFunction in hasLinks("is blocked by") This finds tickets that have a value for the "Blocked" field, and tickets that are linked to another ticket

How to use Active Objects with annotation in atlassian sdk

筅森魡賤 提交于 2019-12-08 13:13:15
问题 I do Jira plugin and I need to use Active Object. (Jira v7.1.8) But in official documentation is outdated. It is written using xml, but if I understood correctly, now used Atlassian Spring Scanner (I use v1.2.3) Following this a manual https://bitbucket.org/atlassian/atlassian-spring-scanner/src/1.2.x/README.md?at=1.2.x&fileviewer=file-view-default nothing succeeded. atlassian-plugin.xml <atlassian-plugin key="${project.groupId}.${project.artifactId}" name="${project.name}" plugins-version="2

Jira JQL - Show all child tasks

◇◆丶佛笑我妖孽 提交于 2019-12-08 11:09:16
问题 Hello I need some help using JQL I am trying to display all my tasks under 3 levels of Macro-Feature and/or Epic Link, as my organization look like this : - Macro Feature Epic Link (= feature) => Epic Link (= subfeature) => Tasks or directly Epic Link => Tasks I want to see both levels, how can I achieve this please ? 回答1: In pure Jira Server, it is not possible to follow the links, you will have to query issues assigned to the epic, take their issue keys or ids and build a combined query.