Created
September 25, 2025 13:20
-
-
Save mahdi-vakili/9c09ffb3c2188206f04a271bedd23df8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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