Skip to content

Instantly share code, notes, and snippets.

@mahdi-vakili
Created September 25, 2025 13:20
Show Gist options
  • Select an option

  • Save mahdi-vakili/9c09ffb3c2188206f04a271bedd23df8 to your computer and use it in GitHub Desktop.

Select an option

Save mahdi-vakili/9c09ffb3c2188206f04a271bedd23df8 to your computer and use it in GitHub Desktop.
{
"key": "prioly-jira-plugin",
"name": "Prioly Metrics",
"description": "Displays Prioly metrics inside Jira issues.",
"baseUrl": "https://prioly-trello-git-stage-mahdi-vakilis-projects.vercel.app",
"authentication": {
"type": "jwt"
},
"apiVersion": 1,
"scopes": ["read:jira-work", "write:jira-work", "read:issue-details"],
"modules": {
"jira:issueContents": [
{
"key": "prioly-issue-panel",
"name": {
"value": "Prioly Metrics"
},
"url": "/jira/score-panel.html",
"conditions": [
{
"condition": "user_is_logged_in"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment