La ricerca avanzata consente di creare query strutturate utilizzando Jira Query Language (JQL) per cercare i ticket all'interno dei progetti e in progetti diversi. È possibilesalvare i risultati della ricerca e utilizzarli come filtrie viste su Jira (anche nelleboard). ...
4. Configurare le query sui ticket Jira nella pagina dei rilasci di Dynatrace. 5. Pulire l'ambiente. In questo diagramma sono mostrati i componenti di questo tutorial e l'interazione di base tra di essi. 1. Monitoraggio dell'applicazione con Dynatrace: per questo tutorial, Dynatrace raccogli...
JQL stands for JIRA Query Language (not to be confused with Java Query Language). It’s the most flexible way to search for issues in JIRA and is for everyone: developers, testers, project managers, and even non-technical business users. This blog is intended to be a tutorial for those ...
Tutorial: How Jira issues affect Assets objects (ITSM) Configuring global Assets settings Still need help? The Atlassian Community is here for you. Ask the community You can jump right into Assets, but understanding what it's made of and how it's treating your data will make your future wor...
the first step in using the JIRA REST API is to authenticate a user account with your JIRA site. For the purposes of this tutorial we will use HTTP BASIC Authentication, but any authentication that works against JIRA will work against the REST API. This includes: ...
From the JIRA API tutorialThe first step is to register a new consumer in JIRA. This is done through the Application Links administration screens in JIRA. Create a new Application Link. Administration/Plugins/Application Links When creating the Application Link use a placeholder URL or the correct...
From the JIRA API tutorial The first step is to register a new consumer in JIRA. This is done through the Application Links administration screens in JIRA. Create a new Application Link.Administration/Plugins/Application Links When creating the Application Link use a placeholder URL or the correct...
the first step in using the JIRA REST API is to authenticate a user account with your JIRA site. For the purposes of this tutorial we will use HTTP BASIC Authentication, but any authentication that works against JIRA will work against the REST API. This includes: ...
...', namespace='rest_framework')) ] 因为我们使用的是viewset而不是视图,所以我们可以为我们的API自动生成URL conf,只需将viewset注册到router类即可...要启用它,请将以下行添加到tutorial/settings.py中 REST_FRAMEWORK = { 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination...'...
the first step in using the JIRA REST API is to authenticate a user account with your JIRA site. For the purposes of this tutorial we will use HTTP BASIC Authentication, but any authentication that works against JIRA will work against the REST API. This includes: ...