Sample List
The following sample is an example of a script that can be created and executed using the script editor.
You can run it by downloading the file and importing it using the procedure in the following link: "Share Script"
Sample Code
Created by Denso Create and published at the following link: "GitHub Repository"
| No | What it can do | Link to code |
|---|---|---|
| 1 | When a new member is assigned to the project, the member is added to the review file in the specified folder all at once. | ■ |
| 2 | When there are dozens of uncorrected issues, this filters the issues that should be prioritized. In the sample, it displays issues that are 'High Priority' but 'Uncorrected' and 'Replicator Undetermined'. | ■ |
| 3 | Outputs issue data from the specified folder and its subfolders as JSON. Analyze the outputted information using Excel or a BI tool. By registering this script in a scheduler and running it periodically, you can analyze the review status in real time. | ■ |