Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. {
  2. "key": "cronforce-time-tracker-demo",
  3. "name": "Cronforce Time Tracker Demo",
  4. "description": "Cronforce Time Tracker Demo",
  5. "vendor": {
  6. "name": "Cronforce",
  7. "url": "https://www.cronforce.com"
  8. },
  9. "baseUrl": "https://jira-timer-plugin.cronforce.com",
  10. "links": {
  11. "self": "http://cronforce.com/integrations/jira.html"
  12. },
  13. "authentication": {
  14. "type": "none"
  15. },
  16. "scopes": [
  17. "READ"
  18. ],
  19. "modules": {
  20. "webPanels": [
  21. {
  22. "url": "/",
  23. "location": "atl.jira.view.issue.right.context",
  24. "layout": {
  25. "width": "100%",
  26. "height": "250px"
  27. },
  28. "key": "cronforce-time-tracker-demo-web-panel",
  29. "name": {
  30. "value": "Cronforce Time Tracker"
  31. },
  32. "conditions": [{
  33. "condition": "user_is_logged_in"
  34. }]
  35. }
  36. ]
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement