You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Recently i follow the instruction on this page to build a new page called Activity which will list all the projects
https://developer.atlassian.com/static/connect/docs/latest/tutorials/project-activity-tutorial.html
The result looks like this
Now i want to add in 1 more column next to column Name. Thats a column will list out all open issue in that project
However , i dont know how to do it .
Probably stack-overflow, it's got a lot of spectacularly bad and wrong advice on it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, the original question was edited, so the comments are out of context now.
Use REST to get a list of issues and put them in a table in your code as required. See https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-query-issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank Nic ,
i also use the REST but i got the JSON file , i dont know how to parse it so that i can include them to the table .Sr I'm just new in Javascript so I just follow the tutorial to construc the table but not really understand all the code :'(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.