Created
September 25, 2025 13:21
-
-
Save mahdi-vakili/b5555bc1863f7b2176b0feba72b8d736 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