Guest User

Untitled

a guest
Jul 22nd, 2013
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [
  2. {
  3. "self": "http://www.example.com/jira/rest/api/2/project/EX",
  4. "id": "10000",
  5. "key": "EX",
  6. "name": "Example",
  7. "avatarUrls": {
  8. "24x24": "http://www.example.com/jira/secure/projectavatar?size=small&pid=10000",
  9. "16x16": "http://www.example.com/jira/secure/projectavatar?size=xsmall&pid=10000",
  10. "32x32": "http://www.example.com/jira/secure/projectavatar?size=medium&pid=10000",
  11. "48x48": "http://www.example.com/jira/secure/projectavatar?size=large&pid=10000"
  12. }
  13. },
  14. {
  15. "self": "http://www.example.com/jira/rest/api/2/project/ABC",
  16. "id": "10001",
  17. "key": "ABC",
  18. "name": "Alphabetical",
  19. "avatarUrls": {
  20. "24x24": "http://www.example.com/jira/secure/projectavatar?size=small&pid=10001",
  21. "16x16": "http://www.example.com/jira/secure/projectavatar?size=xsmall&pid=10001",
  22. "32x32": "http://www.example.com/jira/secure/projectavatar?size=medium&pid=10001",
  23. "48x48": "http://www.example.com/jira/secure/projectavatar?size=large&pid=10001"
  24. }
  25. }
  26. ]
Advertisement
Add Comment
Please, Sign In to add comment