Skip to content

Expose issue type and status category metadata - #93

Open
kszarek wants to merge 1 commit into
StackStorm-Exchange:masterfrom
kszarek:feat/upstream-issue-metadata
Open

Expose issue type and status category metadata#93
kszarek wants to merge 1 commit into
StackStorm-Exchange:masterfrom
kszarek:feat/upstream-issue-metadata

Conversation

@kszarek

@kszarek kszarek commented Aug 11, 2026

Copy link
Copy Markdown

Summary

Issue outputs currently include the status name, but not the issue type or status category. Consumers need additional API calls to retrieve this information.

This change:

  • adds issue_type and status_category to formatted issue output;
  • adds issue_type to linked issue output;
  • handles missing optional link fields without failing;
  • bumps the pack version from 3.3.0 to 3.4.0.

The new fields are additive and return null when the corresponding metadata is unavailable.

Testing

PYTHONPATH=actions uv run --with pytest pytest -q tests/test_formatters.py
5 passed

@CLAassistant

CLAassistant commented Aug 11, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@kszarek
kszarek marked this pull request as ready for review August 11, 2026 10:52
@kszarek
kszarek requested review from a team and floatingstatic as code owners August 11, 2026 10:52
@kszarek
kszarek requested review from mickmcgrath13 and removed request for a team August 11, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants