LogoLogo
👉 Get a free ITSM ebook
Custom Fields Suite
Custom Fields Suite
  • About Custom Fields Suite for Jira
    • Main features of cascading field
    • Key benefits of cascading custom field
  • Using app
    • Multilevel Select
      • Use on the create issue view
      • Use on the service desk portal
      • Use saved values in JQL
      • Translate options
      • Gadget on dashboards and filters
      • Import or export options
      • Delete options
      • Use Cases
        • Internal service catalog
        • New hardware request
        • Incident Submission: App name and versions
    • Regex custom field
      • Use Regex on create issue view
      • Use Regex on the service desk portal
      • Use case
        • Phone number validation with Regex
        • Card Number Validation for Delegations
    • Dynamic custom field
      • Use case
        • Calculate total story points
        • Display the number of linked issues
    • ⭐️ Best practices
    • 💬 FAQ
    • 🔐Security statement
    • 🚧Known limitations
    • 📚 Featured articles
  • Integrations
    • Jira REST API integration
    • JSM Automation integration
    • EazyBI reports
    • Migrating from Multi-Level Cascading Select
  • 🤝Support
    • Book a free demo 📆
    • Request a bug 🐞
    • Share your ideas 💡
    • Appsvio website 💻
  • For solution partners
    • Partner Portal
    • Our Partners 🫶
  • OTHER APPS BY APPSVIO 💖
    • Feature Bundle for JSM
    • Issue Templates Agent for Jira
    • Issue Merger for Jira
    • HubSpot CRM Integration for Jira
    • Customer and Organization for JSM
    • Issue Scheduler
    • ITSM Reports
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. Using app
  2. Regex custom field
  3. Use case

Card Number Validation for Delegations

See how you can use Regex custom field to improve internal workflow for example in HR project.

PreviousPhone number validation with RegexNextDynamic custom field

Last updated 8 months ago

Was this helpful?

The HR team in a company uses Jira Software to manage employee delegations. When an employee creates a new issue to settle delegation expenses, they need to provide their card number. To ensure that the card number is correct, the HR project admin asks the global admin to create a Regex custom field.

The card number must follow a specific format: 16 digits grouped as 4 sets of 4 digits separated by space (e.g., 1234 5678 9012 3456 - ^\d{4} \d{4} \d{4} \d{4}$)

Now, Emily creates issues to settle delegation. She needs to put her card number in dedicate field. Validation goes correct because there is no error or notice, so she is sure that she didn't miss any digit.

By implementing this solution, the HR team can ensure that all card numbers are correctly formatted, leading to smoother and more efficient delegation settlements.

regex-card-validation