Gathering detailed insights and metrics for @mozaik/ext-jira
Gathering detailed insights and metrics for @mozaik/ext-jira
Gathering detailed insights and metrics for @mozaik/ext-jira
Gathering detailed insights and metrics for @mozaik/ext-jira
mozaik-ext-jira
Mozaik jira widgets
mozaik-ext-jira-2
Jira extension for mozaik
mozaik-ext-jira-agile
This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.
mozaik-ext-jira-rest-api
A mozaik widget that displays various information from bitbucket
npm install @mozaik/ext-jira
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
13 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jul 30, 2018
Latest Version
0.5.0
Package Id
@mozaik/ext-jira@0.5.0
Unpacked Size
242.48 kB
Size
60.35 kB
File Count
20
NPM Version
5.6.0
Node Version
8.11.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
6
2
In order to use the Mozaïk jira widgets, you must configure its client. Configuration is loaded from environment variables.
env key | required | default | description |
---|---|---|---|
JIRA_PROTOCOL | no | 'http' | http or https |
JIRA_HOST | yes | jira host (without protocol) | |
JIRA_USERNAME | yes | username for auth | |
JIRA_PASSWORD | yes | password for auth |
You also have the ability to use multiple clients, you'll have to
set the client
parameter on your widget:
1dashboards: 2- 3 title: '@mozaik/ext-jira demo' 4 # … 5 widgets: 6 - 7 # will use 'default' client, JIRA_* environment variables 8 extension: jira 9 widget: Project 10 # … 11 - 12 # will use 'other' client, JIRA_OTHER_* environment variables 13 extension: jira 14 widget: Project 15 client: other <— HERE IT IS 16 # …
when you define the client
property, the loaded environment variables
must have the form JIRA_<uppercased_client_id>_<key>
, for example:
Display information about jira project.
key | required | description |
---|---|---|
projectId | yes | ID of the project |
List jira project's versions.
key | required | description |
---|---|---|
projectId | yes | ID of the project |
Display count of unresolved issues for a given project version.
key | required | description |
---|---|---|
projectId | yes | ID of the project |
versionName | yes | name of the project's version |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
93 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More