Skip to content

Jira: add get_custom_field_options method, get_autocomplete_data method, and get_autocomplete_suggestion method.#1609

Closed
jerubball wants to merge 8 commits intoatlassian-api:masterfrom
jerubball:master
Closed

Jira: add get_custom_field_options method, get_autocomplete_data method, and get_autocomplete_suggestion method.#1609
jerubball wants to merge 8 commits intoatlassian-api:masterfrom
jerubball:master

Conversation

@jerubball
Copy link
Contributor

Added 3 methods, all relating to custom field options.

get_custom_field_options() method lists possible options for a custom field in a project's context (field configuration).
get_autocomplete_data() method lists field names for JQL suggestion.
get_autocomplete_suggestion() method lists possible auto complete option for JQL suggestion with given field and optional value.

@jerubball jerubball marked this pull request as draft January 6, 2026 18:39
@jerubball jerubball marked this pull request as ready for review January 6, 2026 18:58
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

❌ Patch coverage is 10.52632% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.93%. Comparing base (766fc16) to head (7a06ab5).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
atlassian/jira.py 8.10% 34 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1609      +/-   ##
==========================================
- Coverage   42.23%   41.93%   -0.30%     
==========================================
  Files          66       66              
  Lines        8595     8608      +13     
  Branches     1038     1057      +19     
==========================================
- Hits         3630     3610      -20     
- Misses       4825     4862      +37     
+ Partials      140      136       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jerubball
Copy link
Contributor Author

Closing to fix black formatter and to sync upstream

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.

1 participant