Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
开发一个小型多平台 python 程序,用于显示分配给登录此应用程序的用户的问题,并让该用户能够针对该问题记录工作。我们使用的服务器有 Tempo,这似乎是管理层想要记录时间的方式。
有没有办法将 REST 与 Tempo 一起使用来记录工作?还是我应该只使用 Tempo API 来记录工作?
由于 Tempo 仅使用标准工作日志,您应该能够使用 REST api 来记录工作,并且应该以 tempo 显示。
可以在此处找到使用 REST 在 JIRA 中记录时间的 API:
http://docs.atlassian.com/jira/REST/latest/#id123143
下面的 Tempo rest API 用于为给定范围日期的登录用户发布特定问题 (ISSUE-911) 的“工作日志”
https://0.0.0.0/jira/rest/tempo-rest/1.0/worklogs/issue-911
我有一个<table>我想要一个包含其子项的宽度<td>。
<table>
<td>
不幸的是,我只能将类分配给<td>列,而不是<th>列 - 所以我不能table-layout: fixed像往常一样使用。w3 表格布局规范
<th>
table-layout: fixed