1. Sprint Release
...
In 3.0 Sprint 16, For JIRA
, OLE_DS_DELETED_BIB_T table was created with Bib_id and Date_Updated column. Jira Legacy server JIRA (openlibraryenvironment.atlassian.net) serverId a6f93653-ee50-3e81-88ad-29eb84ada35c key OLE-9100
In 3.0 Sprint 21, FOR JIRA
Using ALTER command, multiple columns and data types were added/modified which were causing problems due to the existing records in the table. Jira Legacy server JIRA (openlibraryenvironment.atlassian.net) columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId a6f93653-ee50-3e81-88ad-29eb84ada35c key OLE-9158
In 3.0 Sprint 22, To overcome the problems in OLE_DS_DELETED_BIB_T table,
OLE-9158
After taking backup of OLE_DS_DELETED_BIB_T
...
CREATE TABLE OLE_DS_DELETED_BIB_T
(
ID NUMBER(19,0)
, DELETED_BIB_ID VARCHAR2(11)
, IS_BIB_DELETED VARCHAR2(1)
, DELETED_HOLDINGS_ID VARCHAR2(11)
, IS_HOLDINGS_DELETED VARCHAR2(1)
, DELETED_ITEM_ID VARCHAR2(11)
, IS_ITEM_DELETED VARCHAR2(1)
, DATE_UPDATED TIMESTAMP
, CONTENT CLOB
)
OLE-9068
Added new Parameter "GOBI_API_USER" with value "gobiapi"
...
Mapped the following roles to the "gobi-api" user :
OLE_Cataloging_Admin (OLE10058)
Cataloger (OLE10085)
Cataloging Super User (OLE10077)
Workflow xml change:
NIL
4. Jiras
Priorities – Trivial; Minor; Major; Critical; Blocker
Issue Types - Task; Sub Task Bug/Defect; Enhancement; Enhancement (PP)
Jira Legacy server JIRA (openlibraryenvironment.atlassian.net) columns components,key,summary,priority,type,labels,status,updated maximumIssues 1000 jqlQuery project = OLE AND key in (OLE-9084,OLE-9149, OLE-9068,OLE-9079,OLE-8876,OLE-9172,OLE-9173,OLE-9163,OLE-9124,OLE-7362,OLE-9158) ORDER BY key serverId a6f93653-ee50-3e81-88ad-29eb84ada35c