%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /backups/db_backups/old_mysql/jira/
Upload File :
Create Path :
Current File : //backups/db_backups/old_mysql/jira/customfield.sql

-- MariaDB dump 10.19  Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: jira
-- ------------------------------------------------------
-- Server version	10.6.12-MariaDB-0ubuntu0.22.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `customfield`
--

DROP TABLE IF EXISTS `customfield`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customfield` (
  `ID` decimal(18,0) NOT NULL,
  `CUSTOMFIELDTYPEKEY` varchar(255) DEFAULT NULL,
  `CUSTOMFIELDSEARCHERKEY` varchar(255) DEFAULT NULL,
  `cfname` varchar(255) DEFAULT NULL,
  `DESCRIPTION` text DEFAULT NULL,
  `defaultvalue` varchar(255) DEFAULT NULL,
  `FIELDTYPE` decimal(18,0) DEFAULT NULL,
  `PROJECT` decimal(18,0) DEFAULT NULL,
  `ISSUETYPE` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `customfield`
--

LOCK TABLES `customfield` WRITE;
/*!40000 ALTER TABLE `customfield` DISABLE KEYS */;
INSERT INTO `customfield` VALUES (10000,'com.pyxis.greenhopper.jira:gh-sprint','com.pyxis.greenhopper.jira:gh-sprint-searcher','Sprint','JIRA Agile sprint field',NULL,NULL,NULL,NULL),(10001,'com.pyxis.greenhopper.jira:gh-epic-link','com.pyxis.greenhopper.jira:gh-epic-link-searcher','Epic Link','Choose an epic to assign this issue to.',NULL,NULL,NULL,NULL),(10003,'com.pyxis.greenhopper.jira:gh-epic-status','com.pyxis.greenhopper.jira:gh-epic-status-searcher','Epic Status','Epic Status field for JIRA Agile use only.',NULL,NULL,NULL,NULL),(10004,'com.pyxis.greenhopper.jira:gh-epic-label','com.pyxis.greenhopper.jira:gh-epic-label-searcher','Epic Name','Provide a short name to identify this epic in the JIRA Agile boards.',NULL,NULL,NULL,NULL),(10005,'com.pyxis.greenhopper.jira:gh-epic-color','com.pyxis.greenhopper.jira:gh-epic-color-searcher','Epic Color','Epic Color field for JIRA Agile use only.',NULL,NULL,NULL,NULL),(10006,'com.atlassian.jira.plugin.system.customfieldtypes:float','com.atlassian.jira.plugin.system.customfieldtypes:exactnumber','Story Points','Measurement of complexity and/or size of a requirement.',NULL,NULL,NULL,NULL),(10007,'com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes','com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher','Flagged','Allows to flag issues with impediments.',NULL,NULL,NULL,NULL),(10008,'com.atlassian.jira.plugin.system.customfieldtypes:labels','com.atlassian.jira.plugin.system.customfieldtypes:labelsearcher','Epic/Theme','Field that will help you regroup issues under an Epic or under a theme.',NULL,NULL,NULL,NULL),(10009,'com.atlassian.jira.plugin.system.customfieldtypes:float','com.atlassian.jira.plugin.system.customfieldtypes:exactnumber','Business Value','Measurement of business value of a requirement.',NULL,NULL,NULL,NULL),(10100,'com.pyxis.greenhopper.jira:gh-lexo-rank','com.pyxis.greenhopper.jira:gh-lexo-rank-searcher','Rank','Global rank field for JIRA Agile use only.',NULL,NULL,NULL,NULL),(10200,'com.atlassian.jira.plugin.system.customfieldtypes:textfield','com.atlassian.jira.plugin.system.customfieldtypes:textsearcher','Objednavka','Cislo objednavky',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `customfield` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-11-20 15:17:59

Zerion Mini Shell 1.0