Topics
MOA
Installing MOA
To install MOA, simply click download stable from the menu bar. If you want to try experimental features, download the dev version from the menu bar.
Adding credentials
Once installed your first order of business is usually to add credentials.
Simply go into azure Devops and create a new personal access token, a PAT. Then head to the credentials tab in MOA. Under the add credentials section, choose account type Azure DevOps.
Add the organization URL, which is. Usually in the format of dev.azure.com/yourganisationname. Or in the format of your organization.visualstudio.com
Under custom name, you can add any name you would like to identify the set of credentials.
Under personal access token, you. Paste the token created in Azure DevOps and click authenticate. If authentication is successful, a new line will appear in under stored credentials. And you are good to go.
Installing plugins
To install a new plugin select the plugins tab from the left side, and then go to the plugin store.
Click search for online plugins and wait for the list to load. From here, you can download any plugin which appears on the list.
If no plugins comes up when clicking for search for online plugins, make sure that you have a plugin repository available under the plugin repository tab.
Creating schedules
Once you've installed and configured a plugin and you're ready to run it on a schedule, head to the main tab.
In the queries section, select your organization and your project. Navigate to the query you would like to run in the tree view below.
Once you've found your query, tick the "run query on schedule" box on the right side. Select which kind of interval you want to run the query on. The default is 15 minutes.
If you would like your query to start on a given date or time, select the set schedule start date below. And also input the start time in the textbox below.
Once this is configured, double click on your query, and it will create a new line in the "active schedules" area.