ci.groupid = cg.id AND ci.FIELDTYPE='jira' AND ci.FIELD='status' inner join app_user au on cg.author = au.user_key WHERE cg.issueid=(select id from jiraissue where issuenum = <Issue Number> and project in (select id from project where pkey = '<Project key>')) order ...
排序 ORDER BY [字段] ASC|DESC 案例 最近两周关注、分配、报告者是当前用户的未关闭的故事 issuetype = 故事 AND status not in (Close) AND (watcher = currentUser() OR reporter in (currentUser()) OR assignee in (currentUser())) AND created >= -2w ORDER BY updated DESC 关注、分配、报告者...
> > Allow user, role and membership properties (like as id and name, for example) > to be used in derived schema definition -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see:h...
また、下記3つのフィールドはJAC特有の項目で、検索結果に追加して確認することをおすすめします。 Votes:当該の課題へのユーザーの投票数 Support Reference Count:当該課題に紐づけられているサポートチケットの数 UIS (User Impact Score):決められたアルゴリズム(非公開)に従って算出された...
Before Kafka startup log directory ({{c:\Users\user\kafka3-data)}} was empty. But after the attempted startup the directory contains files, specifically meta.properties of size 94 bytes, recovery-point-offset-checkpoint and log-start-offset-checkpoint - both of size 6 bytes, and 4 more 0...
在JIRA中,我需要找到与用户(我)相关的所有问题,包括评论、任务接受者、报告者、观察者和状态更新。
component in componentsLeadByUser(bill) AND status = Open currentLogin() Perform searches based on the time at which the current user's session began. Also, see lastLogin. Syntax 1 currentLogin() Supported fields Created, Due, Resolved, Updated, custom fields of type Date/Time Supported ...
User key of the person issue is assigned to. Assignee Email fields.assignee.emailAddress string Email of the person issue is assigned to. Assignee Display Name fields.assignee.displayName string Display name of the person issue is assigned to. Updated Date-Time fields.updated date-time ...
If you’re on a monthly billing plan and add extra users, you will be charged Jira pricing for the total new user count in the following month, with the 10% discount applied on top of the updated bill. This is no different from how monthly billing works, as your monthly bill is alway...
jira=JIRA('https://jira.xxx.xxx/',basic_auth=('user_name','password')) 3.在筛选器对需要的结果进行筛选,点高级拿到sql 4.执行sql获得结果 代码语言:javascript 复制 #查询张三所有的issues name="张三"query_sql='updated >= -24h AND assignee in ('+name+') ORDER BY created DESC'query_info=...