# Restassured Mapper Testlink

> Use when Codex needs to map TestLink case IDs or execution references back to local Rest Assured API documentation or automation files.

- Skill: `jovd83/restassured-mapper-testlink` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/restassured-mapper-testlink`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/restassured-mapper-testlink/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/restassured-mapper-testlink

---


# Map TestLink IDs

## 1. Gather Inputs

1. Collect the external TestLink IDs.
2. Read the local docs and automation metadata.

## 2. Map

1. Match by stable scenario ID first.
2. Match by title only when IDs are missing.
3. Record ambiguous matches explicitly.

## 3. Troubleshooting

1. Problem: Multiple local cases match the same title.
   Fix: Use requirement IDs or endpoint paths to disambiguate.
