-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行私人app时,提示”请勿使用非法应用“ #49
Comments
@iceq674 |
@sanjinhub 但非常神奇的是,我将自己构造的私有app的三个参数名字 尝试逐个改变单词进行复现。最终发现,是当参数名字为”description“时会出现错误提示” 请勿使用非法应用“。 这或许是一个类似”result“的系统变量? 下面是这个参数的声明和使用场景 {
"key": "description",
"type": "text",
"required": true,
"default": "earth"
} issue_dict = {
'project': {'key': 'SEC'},
'summary': summary,
'description': description, //仅作为一个字典的值
'issuetype': {'name': '缺陷'},
'labels': ['w5']
} ————
|
@iceq674 收到,可能有冲突,有时间我排查下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我通过 app demo模板编写了自己的私人app,并将目录正确的放置到 w5/apps/ 下。
但当我在剧本使用这个 私人app时,提示我 ” 请勿使用非法应用“,可是在 帮助文档说明可以使用私人app。
请问如何解决这个问题
The text was updated successfully, but these errors were encountered: