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 .
Where did you get the endpoint 'rest/api/2/issue/all' from?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.