## English
I would like to change Web Panel hight dynamically for JIRA?
Example use-case:
- Before signing in to my service, the height should be small because content is some thing like "Sign in to [Service]"
- After signing in to my service, the height should be bigger depends on the inside content.
---
## 日本語
Web Panel の高さをコンテンツの高さに応じて動的に変更することはできますか?
使用例:
- ユーザーが自分のサービスへログイン前、コンテンツは "Sign in to [Service]" のみなので最小限でいい
- ユーザーが自分のサービスへログイン後、取得したコンテンツが表示されるので高さを動的に変更したい
---
- https://developer.atlassian.com/cloud/jira/platform/modules/web-panel/
- https://developer.atlassian.com/cloud/jira/platform/modules/web-panel-layout/
こんにちは。アトラシアン株式会社の岡本です。
> Web Panel の高さをコンテンツの高さに応じて動的に変更することはできますか?
こちらについては [Web Panel Layout](https://developer.atlassian.com/cloud/jira/platform/modules/web-panel-layout/) の Properties の "height" を "auto" として設定していただくことで実現が可能かと思います。
他にも何かお役に立てることがあれば、ご連絡ください!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Translated answer into English:
You might solve the issue to set "auto" for height property. See: https://developer.atlassian.com/cloud/jira/platform/modules/web-panel-layout/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.