Giter VIP home page Giter VIP logo

gitlab-issues-to-excel's Introduction

gitlab-issues-to-excel

这是一个将GitLab某个项目的issues导出excel的工具,运行环境:java8

准备工作:

  1. 一个GitLab地址
  2. 一个支持"api"和"read_user"权限的访问令牌(为了方便,本文称之为:TOKEN)
  3. 项目ID

使用方法

导出Excel

直接导出到桌面

java -jar gitlab-issues-to-excel.jar GitLab地址/api/v4 TOKEN 项目ID

导入Excel

导入仅支持:截止日期、工时、指派人(目前不支持标题修改)

java -jar gitlab-issues-to-excel.jar GitLab地址/api/v4 TOKEN 项目ID excel地址

标签导出说明

本工具对标签做了两种格式的支持:

  • XXX:yyy (注:中文分号): 这种格式的标签导出到excel后,XXX将作为表头、yyy将被导出为具体某一行的值,例如:3个issues分别有优先级:P0优先级:P1优先级:P2,那么经过本工具导出的excel中,有一列叫做“优先级”,其对应的3行的值分别为“P0”、“P1”、“P2”
  • xxxx: 这种格式标签导出的excel中,表头就是xxxx,对应的有这个标签的issues行的这一列值为“是”,否则为空白

gitlab-issues-to-excel's People

Contributors

sunzsh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.