smartpush 1.4.5__py3-none-any.whl → 1.4.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- smartpush/get_jira_info.py +2 -2
- {smartpush-1.4.5.dist-info → smartpush-1.4.6.dist-info}/METADATA +1 -1
- {smartpush-1.4.5.dist-info → smartpush-1.4.6.dist-info}/RECORD +5 -5
- {smartpush-1.4.5.dist-info → smartpush-1.4.6.dist-info}/WHEEL +0 -0
- {smartpush-1.4.5.dist-info → smartpush-1.4.6.dist-info}/top_level.txt +0 -0
smartpush/get_jira_info.py
CHANGED
@@ -54,10 +54,10 @@ def get_update_issues_jql():
|
|
54
54
|
project = "SSP"
|
55
55
|
AND issuetype IN (产品需求, 技术需求)
|
56
56
|
AND (("计划上线时间[date]" >= "{{start_date}}"
|
57
|
-
AND "计划上线时间[date]" <= "{{end_date}}"
|
57
|
+
AND "计划上线时间[date]" <= "{{end_date}}" AND "调整后上线时间[Date]" is EMPTY)
|
58
58
|
OR ("实际上线时间[date]" >= "{{start_date}}"
|
59
59
|
AND "实际上线时间[date]" <= "{{end_date}}") OR ("调整后上线时间[Date]" >= "{{start_date}}"
|
60
|
-
AND "调整后上线时间[Date]" <= "{{end_date}}"))
|
60
|
+
AND "调整后上线时间[Date]" <= "{{end_date}}")) AND status NOT IN(需求废弃,需求挂起,需求暂缓)
|
61
61
|
ORDER BY cf[12536] ASC, key ASC, cf[12466] ASC, status DESC, created DESC
|
62
62
|
'''
|
63
63
|
# 填充模板中的日期
|
@@ -1,5 +1,5 @@
|
|
1
1
|
smartpush/__init__.py,sha256=XJrl1vhGATHSeSVqKmPXxYqxyseriUpvY5tLIXir3EE,24
|
2
|
-
smartpush/get_jira_info.py,sha256=
|
2
|
+
smartpush/get_jira_info.py,sha256=OYaDV6VPAmkGKYLlRnsi1ZyKHU8xEiVnjsYrc41ZR0U,17910
|
3
3
|
smartpush/export/__init__.py,sha256=D9GbWcmwnetEndFDty5XbVienFK1WjqV2yYcQp3CM84,99
|
4
4
|
smartpush/export/basic/ExcelExportChecker.py,sha256=R_1gFy69vE2V5pY20zFsnhqWgJ42Vtf35zBtOPfhUpU,17590
|
5
5
|
smartpush/export/basic/GetOssUrl.py,sha256=LeF1y1_uJaYXth1KvO6mEDS29ezb9tliBv5SrbqYkXc,6136
|
@@ -12,7 +12,7 @@ smartpush/utils/EmailUtlis.py,sha256=DAHd73bJ8hiJCLEXtD0xcwxPD7SOPSmBB7Jvlf6gN6s
|
|
12
12
|
smartpush/utils/ListDictUtils.py,sha256=Fm5_d7UyY6xB8gySMPdl5jIFSRhXZcYXdYW-_L1alcE,1640
|
13
13
|
smartpush/utils/StringUtils.py,sha256=n8mo9k0JQN63MReImgv-66JxmmymOGknR8pH2fkQrAo,4139
|
14
14
|
smartpush/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
smartpush-1.4.
|
16
|
-
smartpush-1.4.
|
17
|
-
smartpush-1.4.
|
18
|
-
smartpush-1.4.
|
15
|
+
smartpush-1.4.6.dist-info/METADATA,sha256=OCcDkSLig4J8-iAA82yLZGRdn5rc4XwmlqNsPQErhjE,131
|
16
|
+
smartpush-1.4.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
17
|
+
smartpush-1.4.6.dist-info/top_level.txt,sha256=5_CXqu08EfbPaKLjuSAOAqCmGU6shiatwDU_ViBGCmg,10
|
18
|
+
smartpush-1.4.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|