Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Gather kanban metrics from your JIRA instance:
This tool was inspired by one of the talks on the european Atlassian Summit 2017
Watch the video to understand how metrics are collected.
npm install -g kbme
Default output is prettified json
kbme >> metrics.json
Use the kbme
command to gather information for a particular period of time
kbme --csv --start 2017-08-01 --finish 2017-08-31 >> metrics.csv
Collect metrics for the last 90 days using 15 days intervals
kbme --report --interval 15 --period 90 --csv >> metrics.csv
Adds a new line to the previous report using data from last 15 days
kbme --auto 15 --csv >> metrics.csv
-c, --csv Outputs comma separated values [false]
-k, --keys Comma separated list of projects keys
-t, --types Issue types filter [NOT IN (Epic)]
-d, --done Done status [Done]
-t, --todo ToDo status [ToDo]
-s, --start Period start [2017-08-01]
-f, --finish Period finish [2017-08-15]
-a, --auto Automatic period dates based on days ago []
-q, --query JIRA JQL Query [project IN (%keys) AND status IN (%done) AND resolutiondate > %start AND resolutiondate < %finish AND issuetype %types]
-u, --user JIRA username []
-p, --pass JIRA password
-j, --jira JIRA REST API URL [https://server-name.com]
-e, --endpoint JIRA JQL /search endpoint [%jira/jira/rest/api/2/search?jql=%jql&expand=changelog&maxResults=1000]
--period Period of time to collect metrics, in days [${opt.period}]
-i, --interval Interval to split metrics on, in days [${opt.interval}]
You can create a .env
file from which kbme
will read environment variables, use this to setup a project you want constant metrics from.
KBME_JIRA="http://server-url.com"
KBME_USER="MrBobry"
KBME_PASS="DzienBobry"
KBME_AUTO=15
KBME_REPORT=false
KBME_PERIOD=365
KBME_INTERVAL=15
KBME_START="2017-01-01"
KBME_FINISH="2017-06-01"
KBME_DONE="Done"
KBME_TODO="In Progress"
KBME_KEYS="ELEMENTS"
KBME_TYPES="NOT IN (Epic)"
KBME_QUERY="project IN (%keys) AND status IN (%done) AND resolutiondate > %start AND resolutiondate < %finish AND issuetype %types"
KBME_ENDPOINT="%jira/jira/rest/api/2/search?jql=%jql&expand=changelog"
Pay special attention to the query and endpoint options, they have special characters (%opt) that can be used as a template to replace by another option value.
Feel free to fill an issue and submit a pull request if you find any problems.
FAQs
Gather kanban metrics from your JIRA instance
The npm package kbme receives a total of 0 weekly downloads. As such, kbme popularity was classified as not popular.
We found that kbme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.