网站首页 站内搜索

搜索结果

查询Tags标签: JIRA,共有 36条记录
  • 使用 Node.js、React 和 Websocket 构建看板

    这篇文章是关于什么的?在本文中,您将学习如何构建与JIRA,Monday和Trello相同的看板。我们将使用 React、Socket.io 和 React 漂亮的 DND 使用漂亮的拖放功能来做到这一点。用户将能够登录、创建和更新各种任务以及添加注释。 .GIFNovu - 第一个开源通知基础架构只是关于…

    2022/10/29 23:24:08 人评论 次浏览
  • Taurus.MVC-Java 版本打包上传到Maven中央仓库(详细过程):1、JIRA账号注册

    文章目录: Taurus.MVC-Java 版本打包上传到Maven中央仓库(详细过程):1、JIRA账号注册 Taurus.MVC-Java 版本打包上传到Maven中央仓库(详细过程):2、PGP下载安装与密钥生成发布 Taurus.MVC-Java 版本打包上传到Maven中央仓库(详细过程):3、Maven独立插件安装与se…

    2022/9/7 14:55:00 人评论 次浏览
  • Jira安装教程

    title: Jira安装教程 tags:null categories: null date: 2022-08-02 16:50:33安装准备数据库:mysql5.7.37 https://cdn.mysql.com/archives/mysql-5.7/mysql-5.7.37-1.el7.x86_64.rpm-bundle.tar下载MYSQL数据库连接JDBC驱动 https://mirrors.aliyun.com/mysql/Connector…

    2022/8/4 6:22:47 人评论 次浏览
  • 质量看板开发实践(六):添加一个jira数据列表,并可点击跳转至jira详情

    在编写质量看板时,添加了一个关于当前冲刺的故事卡状态饼图, 在这个基础上,希望能够看到这个冲刺中每个故事卡的标题内容,可以以弹窗列表的形式展示,如下这里用到element-ui的一个组件:Dialog 对话框 前端定义交互样式<div style="position: absolute;margi…

    2022/5/1 23:21:33 人评论 次浏览
  • 质量看板开发实践(一):利用python获取jira数据-基础篇

    最近一段时间,写了一个简易的测试质量看板,能够从不同维度查看缺陷分布情况;另外由于公司用的jira,所以也汇总了故事卡以及每个人的故事点情况初版的效果如下:从本篇开始,将会写一系列文章把整个开发过程记录下来,包括但不限于: 1、后端如何提取jira中的数据,例如…

    2022/4/6 9:19:19 人评论 次浏览
  • [转]Jira ScriptRunner Send Custom Email

    本文转自:https://library.adaptavist.com/entity/send-custom-email Overview This snippet shows you how to send a custom email. You can use the method inside in any script designed to send an email. Example I want to send an email when an issue transiti…

    2022/2/12 23:48:12 人评论 次浏览
  • Jira Connecting to databases Querying the Current JIRA Database

    本文转自:https://scriptrunner.adaptavist.com/latest/jira/recipes/misc/connecting-to-databases.htmlConnecting to External Databases See Resources for a simpler and more robust way of accessing databases.You may want to connect to a database in your w…

    2022/2/12 23:48:11 人评论 次浏览
  • Jira Database schema

    https://developer.atlassian.com/server/jira/platform/database-schema/https://developer.atlassian.com/server/jira/platform/database-issue-fields/https://developer.atlassian.com/server/jira/platform/database-custom-fields/https://developer.atlassian.com…

    2022/2/12 23:48:11 人评论 次浏览
  • [转]User related Groovy script snippets for ScriptRunner for JIRA (Server/Data Center)

    本文转自:https://metamorphant.de/blog/posts/2021-03-20-user-related-groovy-script-snippets-for-scriptrunner-for-jira/ Why should I use ScriptRunner? Using Groovy scripts in Jira Software/Core or Service Management (Server/Data Center) adds a huge am…

    2022/2/12 23:48:07 人评论 次浏览
  • [转]Perform a JQL Search in ScriptRunner for Jira

    本文转自:https://library.adaptavist.com/entity/perform-a-jql-search-in-scriptrunner-for-jira Overview Use this snippet to look for issues based on a JQL search. This code can be used as part of a larger bulk-administration or workflow automation task…

    2022/2/12 23:46:37 人评论 次浏览
  • [转]Jira Issues Macro

    本文转自:https://confluence.atlassian.com/doc/jira-issues-macro-139380.html Add the Jira Issues macro to a page to display information from Jira. You can display a single issue, a list of issues, or a count, based on a JIRA Query Language (JQL) searc…

    2022/2/10 23:19:38 人评论 次浏览
  • [转]Jira Dashboards in Confluence: 4 Easy Steps to Monitoring Jira Projects

    本文转自:https://www.idalko.com/jira-dashboards-confluence/ This article was written by Maria Kurnosenko from Stiltsoft. Jira is one of the intuitive project management tools used by companies of all sizes for tracking tasks and managing workflow. W…

    2022/2/10 23:19:33 人评论 次浏览
  • [转]com.atlassian.greenhopper.service.issue.flagging

    本文转自:https://docs.atlassian.com/jira-software/6.7.6/com/atlassian/greenhopper/service/issue/flagging/FlagService.htmlcom.atlassian.greenhopper.service.issue.flagging Interface FlagServiceAll Known Implementing Classes:FlagServiceImpl public inter…

    2022/2/9 23:19:38 人评论 次浏览
  • [转]Bulk Update the Value of a System Field on Jira Issues

    本文转自:https://library.adaptavist.com/entity/bulk-update-the-value-of-a-system-field-on-jira-issuesOverview Use this script in the Script Console to update the value of a system field for all issues returned by a JQL query. Example As a project man…

    2022/2/9 23:12:46 人评论 次浏览
  • Python 和Selenium统计jira

    我最近写了一个Python程序,自动提取Excel数据,用Selenium统计Jiras数据,并写入Excel。 1.openPage 打开并登录Jira,打开需统计的jira的页面,页面的search文本框,输入查询条件,就是sql语句,在jira中,叫做 jql. 2.statistic 统计jira数据,并写入Excel。 从Excel读…

    2022/1/30 11:05:00 人评论 次浏览
共36记录«上一页123下一页»
扫一扫关注最新编程教程