
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
mozaik-ext-jira-rest-api
Advanced tools
A mozaik widget that displays various information from bitbucket
Value widget for the Mozaïk dashboard framework.
api: {
jirarestapi: {
credentials: process.env.JIRA_CREDENTIALS
}
},
key | required | description | example |
---|---|---|---|
credentials | yes | Your Jira Credentials in the format username:password | "bill:mypassword" |
{
title: "Latest Release in Development",
columns: 1,
rows: 4,
widgets: [
{
type: 'jira.advancedissues',
title: 'Latest Release in Development',
baseurl: 'https://jira.example.co.uk',
projectSlug: 'PRJ',
displayVersion: 1,
columns: 1, rows: 3,
x: 0, y: 0
},
{
type: 'jira.advancedprogress',
title: 'Lastest Release Progress',
baseurl: 'https://jira.example.co.uk',
projectSlug: 'PRJ',
graphID: 'graph3',
graphHeight: "147px",
displayVersion: 1,
columns: 1, rows: 1,
x: 0, y: 3
},
{
type: 'jira.count',
baseurl: 'https://jira.example.co.uk',
projectSlug: 'PPW',
display: 'Confirmed',
displayVersion: 1,
columns: 1, rows: 1,
x: 1, y: 0
},
]
},
The tests require an environment variable, to set this run the following command to run tests with an environment variable:
npm test
key | required | description | example |
---|---|---|---|
title | yes | The widget title | "Lastest development version" |
baseurl | yes | Your Jira Base URL | "https://jira.example.co.uk" |
projectSlug | yes | Your Jira Project ID/Slug | "PRJ" |
displayVersion | yes | *Choose which release version you want to display which 1 being the latest * | 1 |
key | required | description | example |
---|---|---|---|
title | yes | The widget title | "Lastest development version progress" |
baseurl | yes | Your Jira Base URL | "https://jira.example.co.uk" |
projectSlug | yes | Your Jira Project ID/Slug | "PRJ" |
displayVersion | yes | *Choose which release version you want to display which 1 being the latest * | 1 |
graphID | yes | Choose a unique ID for your graph | "projectGraph" |
graphHeight | no | Choose the height of your graph, default being 300px | "250px" |
key | required | description | example |
---|---|---|---|
title | yes | The widget title | "Lastest development version progress" |
baseurl | yes | Your Jira Base URL | "https://jira.example.co.uk" |
projectSlug | yes | Your Jira Project ID/Slug | "PRJ" |
displayVersion | yes | *Choose which release version you want to display which 1 being the latest * | 1 |
display | yes | The status of which you want to display the number of tasks | "Confirmed" |
FAQs
A mozaik widget that displays various information from bitbucket
The npm package mozaik-ext-jira-rest-api receives a total of 0 weekly downloads. As such, mozaik-ext-jira-rest-api popularity was classified as not popular.
We found that mozaik-ext-jira-rest-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.