jira

JIRA & GitHub

自作多情 提交于 2019-12-17 09:25:18
JIRA & GitHub https://confluence.atlassian.com/adminjiracloud/connect-jira-cloud-to-github-814188429.html https://www.atlassian.com/blog/jira-software/github-for-jira https://github.com/integrations/jira https://github.com/marketplace/jira-software-github deploy jira https://confluence.atlassian.com/adminjiraserver073/installing-jira-applications-on-windows-861253024.html https://confluence.atlassian.com/adminjiraserver073/evaluation-installation-861253020.html evaluation license JIRA Core at https://www.atlassian.com/software/jira/core/download JIRA Software at https://www.atlassian.com

JIRA页面跳转快捷键gg

佐手、 提交于 2019-12-16 13:41:44
JIRA是很好的软件研发管理工具,偶尔听到学习使用时抱怨说找不到页面,跳转操作步骤多。毕竟研发管理就是一个复杂的事情,你想怎么个简单法呢?尽管如此,JIRA还是提供了很方便的快捷键操作,多试试很有帮助。 分享一个 页面调转快捷键 gg gg 比较好记^-^, 或者点号 . 也有同样功能。 在JIRA任意页面中输入 gg ,就会弹出一个搜索框,在搜索框中输入想要调转到的页面名称,此时动态筛选的列表中选中点击。 ​ 如果想 查看学习其他快捷键 ,输入 ? ​ 参考文章: https://blog.csdn.net/robertsong2004/article/details/41555737 来源: https://www.cnblogs.com/dingxl18/p/12038044.html

有哪些常用的命名git分支实例的例子? [关闭]

拜拜、爱过 提交于 2019-12-13 21:57:00
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 现在,我已经使用本地git存储库与我的组的CVS存储库进行了几个月的交互。 我已经制作了一个几乎神经质的分支,其中大部分幸运地合并回我的行李箱。 但是命名开始成为一个问题。 如果我有一个容易用简单标签命名的任务,但是我在三个阶段完成它,每个阶段都包含它们自己的分支和合并情况,那么我每次都可以重复分支名称,但这会使历史有点混乱。 如果我在名称中有更具体的说明,并且每个阶段都有单独的描述,那么分支名称开始变得冗长而且难以处理。 我确实通过这里的旧线程学习,我可以开始用名称中的/来命名分支,即主题/任务,或类似的东西。 我可能会开始这样做,看看它是否有助于保持更好的组织。 命名git分支有哪些最佳实践? 编辑:实际上没有人建议任何命名约定。 当我完成分支时,我会删除分支。 由于管理层不断调整我的优先事项,我恰巧有几个人。 :)作为为什么我可能需要在任务上需要多个分支的示例,假设我需要将任务中的第一个离散里程碑提交到组的CVS存储库。 那时,由于我与CVS的不完美交互,我会执行该提交然后杀死该分支。 (如果我在这一点上尝试继续使用相同的分支,我看到太多奇怪的事情与CVS交互。) #1楼 我已经看到了基于我正在使用的工具的不同方案的混合和匹配。 所以我完成的分支名称将是: 名称/特征/问题跟踪数/短说明 这将转化为:

JIRA API attachment names contain the whole paths of the posted files

浪尽此生 提交于 2019-12-13 18:14:46
问题 I have been working with Jira API and have seen inconsistent results for my requests. Sometimes it works and sometimes it doesn't. Last week I was able to post attachments to issues just fine, but now an old problem occurred: the names of the attachments contain the whole path of the posted file, hence the attachments can't be opened. I use json representation to post files: $array = array("file"=>"@filename"); json_encode($array); ... This gets the file posted but the problem is when it's

How can I find a list of all tickets that are linked to issues that have been resolved?

蓝咒 提交于 2019-12-13 16:09:11
问题 I'm using Jira as a test case management system, with each individual test case being represented as a ticket under the Test project. I have some test case tickets that are linked as "blocked by" to issue tickets in another Jira project. Some of those issues have since been resolved. Is there an advanced search query I can use to pull up all the Test tickets which are linked to resolved issues? Using Jira OnDemand hosted at Atlassian. I'm open to creative solutions that involve browser

JIRA rest api to fetch the activity stream

大憨熊 提交于 2019-12-13 15:14:01
问题 I am trying to get activity stream of my jira instance using the below api and it is not working , can anybody point me in the right direction ? 回答1: You should check this page out: https://developer.atlassian.com/docs/atlassian-platform-common-components/activity-streams/consuming-an-activity-streams-feed The Atom feed of the activity stream works well only if you also log in in your feed reader. 回答2: Here is an example of consuming the activity stream through the Jira API using Basic

How can I fetch (via GET) all JIRA issues? Do I go to the Search node?

走远了吗. 提交于 2019-12-13 13:38:04
问题 It looks like /api/2/project easily returns all projects in a JIRA instance in JSON format. I'd like to do the same for issues, but this does not appear to exist. Is /api/2/search the standard way to do a mass-dump like this? And what is the best way to regularly update this to a database? Would I do something like search (update date > [last entry in database]) and then go through the pagination? Surely I can't be the first person attempting this, though I see no similar guide anywhere

Using JIRA Query Language from Klipfolio To Query JIRA API For Number of Rejected Issues

a 夏天 提交于 2019-12-13 10:10:03
问题 I am trying to query the JIRA API from Klipfolio, to return all issues whos status = "rejected" in a given month, and the number of times each issue's status = "rejected". Example queries I have run: Give me the issue history for a given issue which contains rejected issues. But I don't know how to return the number of times the issue's status = "rejected" from this query: https://upvate.atlassian.net/rest/api/2/project/UC?expand=changelog. Give me the the number of issues whos status =

Jira Python: Syntax error appears when trying to print

喜欢而已 提交于 2019-12-13 09:47:18
问题 from jira.client import jira options = {'server': 'https://URL.com'} jira = JIRA(options, basic_auth=('username', 'password')) issues = jira.search_issues('jqlquery') for issue in issues: print issue I want to print the output of the jql query.However, getting syntax error on the last line "issue". 回答1: The way to print the issue keys to your command prompt is: from jira.client import jira options = {'server': 'https://URL.com'} jira = JIRA(options, basic_auth=('username', 'password')) issues

Jira, Tomcat and JBoss behind Apache

只愿长相守 提交于 2019-12-13 04:47:14
问题 I need to install these environment in the same machine. Jira : ( installer, port: 8080, tomcat-jira) Tomcat : ( tomcat for other applications, port: 8084 ) JBoss : ( port: 8086 ) Apache2: (as a proxy, mod_proxy, port: 80) First I´d install Jira as a service, with their installer, so, It came with a tomcat embed, port 8080. Then I installed apache as a proxy, It worked, I can now acces the jira like this: debian.local/jira intead of debian.local:8080. But when I put tomcat in the same server