Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
titleSSH command

pm2 stop ss-nav-jira-JIRA
pm2 stop ss-nav-jira-NAV
pm2 start ss-nav-jira-JIRA
pm2 start ss-nav-jira-NAV


If some records were not synced. It is because jira_status is marked to 'U' before being created. The status needs to be mark back to 'N' in order to sync.

Execute the following in MYSQL db in etechplus.ddns.net >> ss_jira.

Panel
titleSQL Command example

ALTER sol,
(ss_order_line sol LEFT JOIN ss_order_header soh on sol.Order_Id = soh.Order_Id)
SET sol.jira_status = 'N'
WHERE soh.Order_Date > '2021-12-16' AND ISNULL(sol.jira_key)


Content by Label
showLabelsfalse
max5
spacesWSKZAM80XQU4CZEL
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "restart" and type = "page" and space = "WSKZAM80XQU4CZEL"
labelsrestart

...

Page properties
hiddentrue


Related issues