Skip to content

Bug: vCard export (.vcf) missing phone number when country code is included #612

Description

@Nareshkumawat-star

Describe the bug

When a user saves their phone number with a country code (e.g. +91 98765 43210), the exported .vcf file omits the phone number entirely. Without a country code, the phone number exports correctly.

Steps to Reproduce

  1. Set phone number to "+91 9876543210" in profile
  2. Export DevCard as .vcf
  3. Open .vcf file — TEL field is missing

Expected Behavior

The exported .vcf should include: TEL;TYPE=CELL:+919876543210

Root Cause

Suspected regex in vCard builder rejects the + prefix or spaces in phone number string.

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions