官方是说setCustomFieldValue一定不会更新数据库 def curUsr = ((WorkflowContext)transientVars.get("context")).getCaller(); def appCurUser = ComponentAccessor.getUserManager().getUserByKey(curUsr); issueMgr.updateIssue(appCurUser, linkIssue, EventDispatchOption.ISSUE_UPDATED, false); 代码示例四:...
1、选中Transition节点,进入 Post Functions (权限要求:此节点只允许测试人员操作,不允许开发人员操作。) 2、对 Transition “开始测试”设置“条件” 进入后台,条件-->添加条件 -->选择“用户在组中”-->添加-->选择可以执行此动作的group-->add-->返回到workflow-->发布workflow 上图中,“许可条件”可以添加...
The jira:workflowPostFunction module creates a workflow post function that can be configured on workflow transitions in company-managed projects ( see: Advanced workflow configuration).Post functions carry out any additional processing required after a Jira workflow transition is executed, such as:...
Post Functions:Automate actions like assigning an issue or updating fields after status changes. Validators:Set rules that must be met before a transition can occur. Workflow Properties:Configure additional rules like restricting who can transition issues. ...
jira.workflow.validator"); @Inject public CommitValidator(ValidatorUtils validatorUtils, @ComponentImport I18nHelper i18n) { this.validatorUtils = validatorUtils; this.i18n = i18n; } public void validate(Map transientVars, Map args, PropertySet propertySet) throws InvalidInputException, Workflo...
我们需要对不同的事务控制权限,或者是控制执行提交操作时要进行哪些操作,具体设置如上表“Conditions”、“Post Functions”二列。例如,对于Verified步骤的事务“重新打开缺陷”执行时,要将“解决”的值清空。 设置步骤如下: 1) 选择需要设置条件的事务,如Verified步骤的事务“重新打开缺陷” ...
Extend workflows with powerful post functions and use conditional logic supporting Jira Expressions to meet advanced requirements and dependencies when creating, transitioning and updating issues and fields. More details Easy configuration for all skill levels Intuitive guided configuration with built-in ...
7、Workflows也是常用模块之一,主要通过Script Conditions、Script Validators和Script Post Functions来增强和自动化工作流程。 8、Script Fragments主要与定制化UI相关,可以添加按钮、Web图标等。 9、JQL Functions扩展了Jira的内置功能,允许您进行更精细的搜索操作,以快速获取项目/问题的更详细信息。
With on-the-fly syntax checking, inline help, and script tester, even non-coders can easily customize workflows usingJira expressionsorNunjucks. Or build your own conditions, validators, and post functions. Automation beyond workflows Go beyond workflow automation: ...
5.'Workflow Steps' 界面将会显示出来,显示出组成该工作流的所有步骤,以及每一个步骤的链接状态和Outgoing Transitions。 6.点击您希望添加后处理功能的变迁的名称。'View Workflow Transition' 界面会显示处理。 7.点击'Post Functions' TAB。变迁已有的后处理功能就会显示出一个列表。例如,JIRA系统默认工作流的'Sta...