Lines Matching refs:tracker
63 If you want to get all issues of a specific project and/or a specific tracker, it's also possible. …
66 * tracker: the identifier number of your tracker. (You can found this number if you look at the num…
68 …pty. E.g: if you want to have all issues of a project for all trackers, you can leave tracker empty
75 // Display the first 25 issues with tracker 1 for project "myproject"
76 <redissue project="myproject" tracker="1" />
78 <redissue project="myproject" tracker="" />
79 // Display the first 50 issues with tracker 4 for all projects (if you have rights)
80 <redissue project="" tracker="4" limit="50" />
87 You can choose to sort by : id, subject, project, tracker, ...
92 // Sort issue by ascending "id", for project "myproject" and tracker "1"
93 <redissue project="myproject" tracker="1" sort="id" />
95 <redissue project="myproject" tracker="" sort="subject"/>
126 …n, Redissue will display all the issue of this tracker for this specific project. If "project" or …