Skip to content

Comments

feat: add filter cond in AppAction#65

Merged
nameless-mc merged 1 commit intomasterfrom
feat/add-filter-cond-to-app-action
Nov 26, 2025
Merged

feat: add filter cond in AppAction#65
nameless-mc merged 1 commit intomasterfrom
feat/add-filter-cond-to-app-action

Conversation

@nameless-mc
Copy link
Contributor

Why (なぜ)

2025年7月13日 kintone API アップデート情報
https://cybozu.dev/ja/kintone/news/api-updates/2025-07/

アプリのアクション設定を取得または変更するAPIで、操作できる項目が増えます

対象API:

アプリアクションの実行条件を設定できるようになったため、Java Clientにも対応する必要があります。

What (なにをする)

  • AppAction クラスに filterCond フィールドを追加
    • アプリアクションを実行できる条件のクエリ文字列を表す
    • 空文字列の場合は全レコードが対象

How to test

Checklist

  • Read CONTRIBUTING.md at the repository.
  • Updated documentation if it is required.
  • Added/updated tests if it is required. (or tested manually)

@nameless-mc nameless-mc self-assigned this Nov 12, 2025
Copilot AI review requested due to automatic review settings November 12, 2025 05:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for the new filterCond field in the AppAction model class to align with the kintone API update from July 13, 2025. The update allows setting execution conditions for app actions through the action settings APIs.

  • Added filterCond field to AppAction class with appropriate documentation
  • Field follows existing naming conventions used in similar model classes (ProcessAction, View, etc.)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nameless-mc nameless-mc merged commit f1d9ff3 into master Nov 26, 2025
8 checks passed
@nameless-mc nameless-mc deleted the feat/add-filter-cond-to-app-action branch November 26, 2025 00:56
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