LogoLogo
👉 Get a free ITSM ebook
Appsvio Test Management
Appsvio Test Management
  • Get Started
  • About ATM
    • Organizing Tests
  • Architecture
    • Objects & Relations
    • Custom Fields
  • SETTING-UP PROCESS
    • Testing Hub
    • Testing Setup
    • Permissions
    • Environments
  • Testing in ATM
    • Requirements
    • Test Cases
      • Test Steps
        • Versioning
    • Test Plans
    • Test Executions
      • Test Case Executions
    • Defects
  • Reporting
    • Traceability
    • Test Coverage
  • Search in JQL
  • Integrations
    • Jira Automations
  • Resources
    • Roadmap
    • Release Notes
  • Contact our Support
Powered by GitBook

Security

  • Privacy Policy
  • Appsvio Trust Center

appsvio.com © 2025 All rights reserved

On this page

Was this helpful?

Export as PDF
  1. Architecture

Custom Fields

Custom fields allow to smooth out the information flow in ATM. Dive into details below.

PreviousObjects & RelationsNextTesting Hub

Last updated 18 days ago

Was this helpful?

We have introduced multiple custom fields in order for the app to be fully functional. These fields allow us to ensure the highest level of efficiency in testers' workflow and a smooth details flow, which prevents a disorganized testing process.

The listed custom fields are locked fields - they can only be added to selected screens. Locked fields are a part of the app and cannot be deleted from Jira. Users can fill them in, however they cannot change the custom fields names

Custom field
Where?
Meaning

ATM Environment

Test Executions & Test Case Executions

Collects environments. Admins can define them on the Environments page.

ATM Test Cases

Test Plans and Test Executions items

Collects issues that are defined as Test Cases.

ATM Test Plans

Test Cases item

Collects issues that are defined as Test Plans.

ATM Test Type

Test Cases item

Defines the nature of the Test Case. For now, this field is set to Manual for all Test Cases

ATM TE Status

Test Execution item

Shows the status of Test Execution. For now, the statuses are predefined.

ATM TE Progress

Test Execution item

Shows the progress based on Test Case Executions.

Disclaimer: ATM Test Plans and ATM Test Cases fields can only be edited in the Create work item dialog window. On the work item view they are read-only fields - the values showed in them are taken based on the actions from the Test Management panel. Additionally, the ATM Test Type field is read-only.

Search in JQL

The use of custom fields throughout the app allows the users to quickly retrieve specified information with a use of advanced JQL search. Two examples are portrayed below - more details regarding using JQL in search with app custom fields can be found

  • Find testing items that have been assigned to staging environment

Test Environment = staging
  • Search for Test Executions with status 'Fail'

TE Status = fail
here.