前提・実現したいこと
curl -s -XGET 'http://localhost/redmine/issues.json?project_id=4' -H 'Content-Type: application/json' | jq .total_count
により、project_id=4のチケットを検索・件数表示できますが、
下記のようなカスタムフィールドを検索条件に指定する方法が分かりません。
※id=1のカスタムフィールドの値がhttp://www.example1.comであるチケットのみを返したい。
"custom_fields": [ { "id": 1, "name": "URL", "value": "http://www.example1.com" }, ... ]
試したこと
Redmineのページを参照しましたが見当たりませんでした。
http://www.redmine.org/projects/redmine/wiki/Rest_Issues
補足情報(FW/ツールのバージョンなど)
CentOS Linux release 7.6.1810 (Core)
Environment:
Redmine version 3.4.11.stable.18600
Ruby version 2.4.1-p111 (2017-03-22) [x86_64-linux]
Rails version 4.2.11.1
Environment production
Database adapter PostgreSQL
SCM:
Subversion 1.7.14
Git 1.8.3.1
Filesystem
Redmine plugins:
easy_gantt 1.12
redmine_issue_checklist 2.1.0
redmine_issue_templates 0.2.2-dev
redmine_news_notification 0.0.1
view_customize 2.5.0
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/22 03:03
2019/10/22 07:37