[{"data":1,"prerenderedAt":3508},["Reactive",2],{"currentDoc":3,"content-query-04sa2RUaeX":1883},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"labels":10,"datetime":15,"date":16,"author":17,"coverImage":22,"category":23,"readingTime":26,"excerpt":31,"body":106,"_type":1878,"_id":1879,"_source":1880,"_file":1881,"_extension":1882},"/resources/tutorials/gitea-integrate-with-jira-issue-tracking-flow","tutorials",false,"","Integrating Gitea with Jira Software Development Workflow","Original Post at https://blog.wu-boy.com/2025/03/gitea-integrate-with-jira-issue-tracking-flow-en/",[11,12,13,14],"gitea","git","jira","integration","2025-03-15T04:22:24.000Z","2025-03-15",{"name":18,"href":19,"imageUrl":20,"role":21},"appleboy","https://github.com/appleboy","https://github.com/appleboy.png","author","/img/tutorials/gitea-integrate-with-jira-issue-tracking-flow/coverimage.png",{"title":24,"href":25},"Integration","/resources/tutorials?category=integration",{"text":27,"minutes":28,"time":29,"words":30},"7 min read",6.1,366000,1220,{"type":32,"children":33},"root",[34,54,86,96],{"type":35,"tag":36,"props":37,"children":38},"element","p",{},[39],{"type":35,"tag":40,"props":41,"children":42},"em",{},[43,46],{"type":44,"value":45},"text","Original Post at ",{"type":35,"tag":47,"props":48,"children":52},"a",{"href":49,"rel":50},"https://blog.wu-boy.com/2025/03/gitea-integrate-with-jira-issue-tracking-flow-en/",[51],"external",[53],{"type":44,"value":49},{"type":35,"tag":36,"props":55,"children":56},{},[57,59,66,68,75,77,84],{"type":44,"value":58},"Before diving in, let's familiarize ourselves with ",{"type":35,"tag":47,"props":60,"children":63},{"href":61,"rel":62},"https://about.gitea.com/",[51],[64],{"type":44,"value":65},"Gitea",{"type":44,"value":67}," and ",{"type":35,"tag":47,"props":69,"children":72},{"href":70,"rel":71},"https://www.atlassian.com/software/jira",[51],[73],{"type":44,"value":74},"Jira",{"type":44,"value":76},". For better context, I recommend reading \"",{"type":35,"tag":47,"props":78,"children":81},{"href":79,"rel":80},"https://blog.wu-boy.com/2025/01/git-software-development-guide-key-to-improving-team-collaboration-en/",[51],[82],{"type":44,"value":83},"Git Software Development Guide: Key to Improving Team Collaboration",{"type":44,"value":85},"\" first.",{"type":35,"tag":36,"props":87,"children":88},{},[89,94],{"type":35,"tag":47,"props":90,"children":92},{"href":61,"rel":91},[51],[93],{"type":44,"value":65},{"type":44,"value":95}," is a lightweight self-hosted Git server written in Go, providing teams with an easily deployable code management solution. It supports multiple operating systems including Linux, Windows, and macOS, while offering comprehensive features for code review, issue tracking, and Wiki management—all essential tools for enhancing team collaboration.",{"type":35,"tag":36,"props":97,"children":98},{},[99,104],{"type":35,"tag":47,"props":100,"children":102},{"href":70,"rel":101},[51],[103],{"type":44,"value":74},{"type":44,"value":105}," is Atlassian's professional project management and issue tracking system. Widely adopted by software development teams worldwide, Jira excels in issue tracking, supports agile methodologies (including Scrum and Kanban), and provides robust data analytics capabilities to optimize project management and team collaboration.",{"type":32,"children":107,"toc":1867},[108,120,142,151,160,167,179,200,205,228,237,242,248,253,329,337,342,388,393,399,413,420,781,807,813,825,1188,1199,1207,1213,1231,1501,1509,1515,1526,1828,1835,1840,1846,1851,1856,1861],{"type":35,"tag":36,"props":109,"children":110},{},[111],{"type":35,"tag":40,"props":112,"children":113},{},[114,115],{"type":44,"value":45},{"type":35,"tag":47,"props":116,"children":118},{"href":49,"rel":117},[51],[119],{"type":44,"value":49},{"type":35,"tag":36,"props":121,"children":122},{},[123,124,129,130,135,136,141],{"type":44,"value":58},{"type":35,"tag":47,"props":125,"children":127},{"href":61,"rel":126},[51],[128],{"type":44,"value":65},{"type":44,"value":67},{"type":35,"tag":47,"props":131,"children":133},{"href":70,"rel":132},[51],[134],{"type":44,"value":74},{"type":44,"value":76},{"type":35,"tag":47,"props":137,"children":139},{"href":79,"rel":138},[51],[140],{"type":44,"value":83},{"type":44,"value":85},{"type":35,"tag":36,"props":143,"children":144},{},[145,150],{"type":35,"tag":47,"props":146,"children":148},{"href":61,"rel":147},[51],[149],{"type":44,"value":65},{"type":44,"value":95},{"type":35,"tag":36,"props":152,"children":153},{},[154,159],{"type":35,"tag":47,"props":155,"children":157},{"href":70,"rel":156},[51],[158],{"type":44,"value":74},{"type":44,"value":105},{"type":35,"tag":161,"props":162,"children":164},"h2",{"id":163},"problem-description",[165],{"type":44,"value":166},"Problem Description",{"type":35,"tag":36,"props":168,"children":169},{},[170,172,177],{"type":44,"value":171},"In our department's development workflow, while Git serves as our version control system with ",{"type":35,"tag":47,"props":173,"children":175},{"href":61,"rel":174},[51],[176],{"type":44,"value":65},{"type":44,"value":178}," as our Git server, and Jira handles our issue tracking, we faced a significant challenge: bridging the gap between code commits and Jira issues effectively.",{"type":35,"tag":36,"props":180,"children":181},{},[182,184,189,191,198],{"type":44,"value":183},"While robust integration solutions exist for Jira with services like Bitbucket, GitHub, and GitLab, options for self-hosted Git servers like ",{"type":35,"tag":47,"props":185,"children":187},{"href":61,"rel":186},[51],[188],{"type":44,"value":65},{"type":44,"value":190}," are limited. This integration challenge has been a ",{"type":35,"tag":47,"props":192,"children":195},{"href":193,"rel":194},"https://github.com/go-gitea/gitea/issues/25852",[51],[196],{"type":44,"value":197},"notable discussion point in the Gitea community",{"type":44,"value":199},".",{"type":35,"tag":36,"props":201,"children":202},{},[203],{"type":44,"value":204},"While our team discovered a Jira plugin for Git integration, its implementation approach was less than ideal. The plugin required Jira to periodically scan the Git server's commit history to establish associations between commits and Jira issues. Although this method achieved basic integration, it was inefficient and required the Jira server to have direct access to the Git server, including downloading source code to retrieve historical records. This setup posed security concerns, particularly in large enterprise environments like ours, where departments operate under strict data access policies, making this integration method unsuitable.",{"type":35,"tag":36,"props":206,"children":207},{},[208,210,217,219,226],{"type":44,"value":209},"To overcome these limitations, our team developed a custom Gitea-Jira integration solution that prioritizes both efficiency and security. We implemented a design where the Gitea service proactively establishes associations between commits and Jira issues, eliminating the need for Jira to access the Gitea server directly. This architecture not only significantly improves performance but also maintains data security. The implementation is straightforward, primarily leveraging ",{"type":35,"tag":47,"props":211,"children":214},{"href":212,"rel":213},"https://docs.gitea.com/usage/actions/overview",[51],[215],{"type":44,"value":216},"Gitea Action",{"type":44,"value":218}," in combination with the ",{"type":35,"tag":47,"props":220,"children":223},{"href":221,"rel":222},"https://developer.atlassian.com/server/jira/platform/rest/v10004/",[51],[224],{"type":44,"value":225},"Jira API",{"type":44,"value":227},". Here's an illustration of the integration:",{"type":35,"tag":36,"props":229,"children":230},{},[231],{"type":35,"tag":232,"props":233,"children":236},"img",{"alt":234,"src":235},"comment","/img/tutorials/gitea-integrate-with-jira-issue-tracking-flow/jira-git-comment.png",[],{"type":35,"tag":36,"props":238,"children":239},{},[240],{"type":44,"value":241},"By incorporating Jira issue numbers in commit logs, developers can seamlessly track related commit content within Jira issues, significantly enhancing the efficiency of code tracking and management processes.",{"type":35,"tag":161,"props":243,"children":245},{"id":244},"design-process",[246],{"type":44,"value":247},"Design Process",{"type":35,"tag":36,"props":249,"children":250},{},[251],{"type":44,"value":252},"Before implementation, we established a clear mapping between our software development workflow and Jira states to ensure comprehensive progress tracking. Our workflow is structured around these essential states:",{"type":35,"tag":254,"props":255,"children":256},"ol",{},[257,269,279,289,299,309,319],{"type":35,"tag":258,"props":259,"children":260},"li",{},[261,267],{"type":35,"tag":262,"props":263,"children":264},"strong",{},[265],{"type":44,"value":266},"Backlog",{"type":44,"value":268},": Pending issues awaiting prioritization",{"type":35,"tag":258,"props":270,"children":271},{},[272,277],{"type":35,"tag":262,"props":273,"children":274},{},[275],{"type":44,"value":276},"Open",{"type":44,"value":278},": Issues ready for development",{"type":35,"tag":258,"props":280,"children":281},{},[282,287],{"type":35,"tag":262,"props":283,"children":284},{},[285],{"type":44,"value":286},"In Progress",{"type":44,"value":288},": Issues actively being worked on",{"type":35,"tag":258,"props":290,"children":291},{},[292,297],{"type":35,"tag":262,"props":293,"children":294},{},[295],{"type":44,"value":296},"Code Review",{"type":44,"value":298},": Code undergoing peer review",{"type":35,"tag":258,"props":300,"children":301},{},[302,307],{"type":35,"tag":262,"props":303,"children":304},{},[305],{"type":44,"value":306},"Under Test",{"type":44,"value":308},": Issues in testing phase",{"type":35,"tag":258,"props":310,"children":311},{},[312,317],{"type":35,"tag":262,"props":313,"children":314},{},[315],{"type":44,"value":316},"Resolved",{"type":44,"value":318},": Successfully completed issues",{"type":35,"tag":258,"props":320,"children":321},{},[322,327],{"type":35,"tag":262,"props":323,"children":324},{},[325],{"type":44,"value":326},"Closed",{"type":44,"value":328},": Finalized and verified issues",{"type":35,"tag":36,"props":330,"children":331},{},[332],{"type":35,"tag":232,"props":333,"children":336},{"alt":334,"src":335},"flow","/img/tutorials/gitea-integrate-with-jira-issue-tracking-flow/jira-software-flow.png",[],{"type":35,"tag":36,"props":338,"children":339},{},[340],{"type":44,"value":341},"This framework provides a foundational software development process that teams can customize based on their specific requirements. Each issue progresses through distinct states, allowing developers to take appropriate actions at each stage. This structured approach ensures efficient tracking and management of the development process. We've established the following key state transitions that align with our Git workflows:",{"type":35,"tag":254,"props":343,"children":344},{},[345,360,374],{"type":35,"tag":258,"props":346,"children":347},{},[348,352,354,358],{"type":35,"tag":262,"props":349,"children":350},{},[351],{"type":44,"value":266},{"type":44,"value":353}," → ",{"type":35,"tag":262,"props":355,"children":356},{},[357],{"type":44,"value":286},{"type":44,"value":359},": Initiated when a new development branch is created",{"type":35,"tag":258,"props":361,"children":362},{},[363,367,368,372],{"type":35,"tag":262,"props":364,"children":365},{},[366],{"type":44,"value":286},{"type":44,"value":353},{"type":35,"tag":262,"props":369,"children":370},{},[371],{"type":44,"value":296},{"type":44,"value":373},": Triggered when code is submitted for review",{"type":35,"tag":258,"props":375,"children":376},{},[377,381,382,386],{"type":35,"tag":262,"props":378,"children":379},{},[380],{"type":44,"value":296},{"type":44,"value":353},{"type":35,"tag":262,"props":383,"children":384},{},[385],{"type":44,"value":316},{"type":44,"value":387},": Completed when code review is approved",{"type":35,"tag":36,"props":389,"children":390},{},[391],{"type":44,"value":392},"To maintain workflow efficiency, we require our development team to strictly adhere to these processes. Through automated Git commit integrations, Jira issue states are updated automatically, creating a streamlined and automated development pipeline.",{"type":35,"tag":161,"props":394,"children":396},{"id":395},"integrating-jira-with-gitea-action",[397],{"type":44,"value":398},"Integrating Jira with Gitea Action",{"type":35,"tag":36,"props":400,"children":401},{},[402,404,411],{"type":44,"value":403},"We selected Gitea Action as our integration tool for its native functionality and comprehensive support for Git operations. It offers flexible integration capabilities while maintaining robust event handling. For detailed technical implementation, please refer to the ",{"type":35,"tag":47,"props":405,"children":408},{"href":406,"rel":407},"https://github.com/appleboy/jira-action",[51],[409],{"type":44,"value":410},"appleboy/jira-action",{"type":44,"value":412}," project.",{"type":35,"tag":414,"props":415,"children":417},"h3",{"id":416},"creating-new-branches",[418],{"type":44,"value":419},"Creating New Branches",{"type":35,"tag":421,"props":422,"children":426},"pre",{"className":423,"code":424,"language":425,"meta":7,"style":7},"language-yaml shiki shiki-themes github-dark","name: jira integration\n\non:\n  create:\n    types:\n      - branch\n\njobs:\n  jira-branch:\n    runs-on: ubuntu-latest\n    if: github.event.ref_type == 'branch'\n    name: create new branch\n    steps:\n      - name: transition to in progress on branch event\n        uses: appleboy/jira-action@v0.2.0\n        with:\n          base_url: https://xxxxx.com\n          insecure: true\n          token: ${{ secrets.JIRA_TOKEN }}\n          ref: ${{ github.ref_name }}\n          transition: \"Start Progress\"\n          assignee: ${{ github.actor }}\n","yaml",[427],{"type":35,"tag":428,"props":429,"children":430},"code",{"__ignoreMap":7},[431,455,465,480,493,506,520,528,541,554,572,590,608,621,642,660,673,691,709,727,745,763],{"type":35,"tag":432,"props":433,"children":436},"span",{"class":434,"line":435},"line",1,[437,443,449],{"type":35,"tag":432,"props":438,"children":440},{"style":439},"--shiki-default:#85E89D",[441],{"type":44,"value":442},"name",{"type":35,"tag":432,"props":444,"children":446},{"style":445},"--shiki-default:#E1E4E8",[447],{"type":44,"value":448},": ",{"type":35,"tag":432,"props":450,"children":452},{"style":451},"--shiki-default:#9ECBFF",[453],{"type":44,"value":454},"jira integration\n",{"type":35,"tag":432,"props":456,"children":458},{"class":434,"line":457},2,[459],{"type":35,"tag":432,"props":460,"children":462},{"emptyLinePlaceholder":461},true,[463],{"type":44,"value":464},"\n",{"type":35,"tag":432,"props":466,"children":468},{"class":434,"line":467},3,[469,475],{"type":35,"tag":432,"props":470,"children":472},{"style":471},"--shiki-default:#79B8FF",[473],{"type":44,"value":474},"on",{"type":35,"tag":432,"props":476,"children":477},{"style":445},[478],{"type":44,"value":479},":\n",{"type":35,"tag":432,"props":481,"children":483},{"class":434,"line":482},4,[484,489],{"type":35,"tag":432,"props":485,"children":486},{"style":439},[487],{"type":44,"value":488},"  create",{"type":35,"tag":432,"props":490,"children":491},{"style":445},[492],{"type":44,"value":479},{"type":35,"tag":432,"props":494,"children":496},{"class":434,"line":495},5,[497,502],{"type":35,"tag":432,"props":498,"children":499},{"style":439},[500],{"type":44,"value":501},"    types",{"type":35,"tag":432,"props":503,"children":504},{"style":445},[505],{"type":44,"value":479},{"type":35,"tag":432,"props":507,"children":509},{"class":434,"line":508},6,[510,515],{"type":35,"tag":432,"props":511,"children":512},{"style":445},[513],{"type":44,"value":514},"      - ",{"type":35,"tag":432,"props":516,"children":517},{"style":451},[518],{"type":44,"value":519},"branch\n",{"type":35,"tag":432,"props":521,"children":523},{"class":434,"line":522},7,[524],{"type":35,"tag":432,"props":525,"children":526},{"emptyLinePlaceholder":461},[527],{"type":44,"value":464},{"type":35,"tag":432,"props":529,"children":531},{"class":434,"line":530},8,[532,537],{"type":35,"tag":432,"props":533,"children":534},{"style":439},[535],{"type":44,"value":536},"jobs",{"type":35,"tag":432,"props":538,"children":539},{"style":445},[540],{"type":44,"value":479},{"type":35,"tag":432,"props":542,"children":544},{"class":434,"line":543},9,[545,550],{"type":35,"tag":432,"props":546,"children":547},{"style":439},[548],{"type":44,"value":549},"  jira-branch",{"type":35,"tag":432,"props":551,"children":552},{"style":445},[553],{"type":44,"value":479},{"type":35,"tag":432,"props":555,"children":557},{"class":434,"line":556},10,[558,563,567],{"type":35,"tag":432,"props":559,"children":560},{"style":439},[561],{"type":44,"value":562},"    runs-on",{"type":35,"tag":432,"props":564,"children":565},{"style":445},[566],{"type":44,"value":448},{"type":35,"tag":432,"props":568,"children":569},{"style":451},[570],{"type":44,"value":571},"ubuntu-latest\n",{"type":35,"tag":432,"props":573,"children":575},{"class":434,"line":574},11,[576,581,585],{"type":35,"tag":432,"props":577,"children":578},{"style":439},[579],{"type":44,"value":580},"    if",{"type":35,"tag":432,"props":582,"children":583},{"style":445},[584],{"type":44,"value":448},{"type":35,"tag":432,"props":586,"children":587},{"style":451},[588],{"type":44,"value":589},"github.event.ref_type == 'branch'\n",{"type":35,"tag":432,"props":591,"children":593},{"class":434,"line":592},12,[594,599,603],{"type":35,"tag":432,"props":595,"children":596},{"style":439},[597],{"type":44,"value":598},"    name",{"type":35,"tag":432,"props":600,"children":601},{"style":445},[602],{"type":44,"value":448},{"type":35,"tag":432,"props":604,"children":605},{"style":451},[606],{"type":44,"value":607},"create new branch\n",{"type":35,"tag":432,"props":609,"children":611},{"class":434,"line":610},13,[612,617],{"type":35,"tag":432,"props":613,"children":614},{"style":439},[615],{"type":44,"value":616},"    steps",{"type":35,"tag":432,"props":618,"children":619},{"style":445},[620],{"type":44,"value":479},{"type":35,"tag":432,"props":622,"children":624},{"class":434,"line":623},14,[625,629,633,637],{"type":35,"tag":432,"props":626,"children":627},{"style":445},[628],{"type":44,"value":514},{"type":35,"tag":432,"props":630,"children":631},{"style":439},[632],{"type":44,"value":442},{"type":35,"tag":432,"props":634,"children":635},{"style":445},[636],{"type":44,"value":448},{"type":35,"tag":432,"props":638,"children":639},{"style":451},[640],{"type":44,"value":641},"transition to in progress on branch event\n",{"type":35,"tag":432,"props":643,"children":645},{"class":434,"line":644},15,[646,651,655],{"type":35,"tag":432,"props":647,"children":648},{"style":439},[649],{"type":44,"value":650},"        uses",{"type":35,"tag":432,"props":652,"children":653},{"style":445},[654],{"type":44,"value":448},{"type":35,"tag":432,"props":656,"children":657},{"style":451},[658],{"type":44,"value":659},"appleboy/jira-action@v0.2.0\n",{"type":35,"tag":432,"props":661,"children":663},{"class":434,"line":662},16,[664,669],{"type":35,"tag":432,"props":665,"children":666},{"style":439},[667],{"type":44,"value":668},"        with",{"type":35,"tag":432,"props":670,"children":671},{"style":445},[672],{"type":44,"value":479},{"type":35,"tag":432,"props":674,"children":676},{"class":434,"line":675},17,[677,682,686],{"type":35,"tag":432,"props":678,"children":679},{"style":439},[680],{"type":44,"value":681},"          base_url",{"type":35,"tag":432,"props":683,"children":684},{"style":445},[685],{"type":44,"value":448},{"type":35,"tag":432,"props":687,"children":688},{"style":451},[689],{"type":44,"value":690},"https://xxxxx.com\n",{"type":35,"tag":432,"props":692,"children":694},{"class":434,"line":693},18,[695,700,704],{"type":35,"tag":432,"props":696,"children":697},{"style":439},[698],{"type":44,"value":699},"          insecure",{"type":35,"tag":432,"props":701,"children":702},{"style":445},[703],{"type":44,"value":448},{"type":35,"tag":432,"props":705,"children":706},{"style":471},[707],{"type":44,"value":708},"true\n",{"type":35,"tag":432,"props":710,"children":712},{"class":434,"line":711},19,[713,718,722],{"type":35,"tag":432,"props":714,"children":715},{"style":439},[716],{"type":44,"value":717},"          token",{"type":35,"tag":432,"props":719,"children":720},{"style":445},[721],{"type":44,"value":448},{"type":35,"tag":432,"props":723,"children":724},{"style":451},[725],{"type":44,"value":726},"${{ secrets.JIRA_TOKEN }}\n",{"type":35,"tag":432,"props":728,"children":730},{"class":434,"line":729},20,[731,736,740],{"type":35,"tag":432,"props":732,"children":733},{"style":439},[734],{"type":44,"value":735},"          ref",{"type":35,"tag":432,"props":737,"children":738},{"style":445},[739],{"type":44,"value":448},{"type":35,"tag":432,"props":741,"children":742},{"style":451},[743],{"type":44,"value":744},"${{ github.ref_name }}\n",{"type":35,"tag":432,"props":746,"children":748},{"class":434,"line":747},21,[749,754,758],{"type":35,"tag":432,"props":750,"children":751},{"style":439},[752],{"type":44,"value":753},"          transition",{"type":35,"tag":432,"props":755,"children":756},{"style":445},[757],{"type":44,"value":448},{"type":35,"tag":432,"props":759,"children":760},{"style":451},[761],{"type":44,"value":762},"\"Start Progress\"\n",{"type":35,"tag":432,"props":764,"children":766},{"class":434,"line":765},22,[767,772,776],{"type":35,"tag":432,"props":768,"children":769},{"style":439},[770],{"type":44,"value":771},"          assignee",{"type":35,"tag":432,"props":773,"children":774},{"style":445},[775],{"type":44,"value":448},{"type":35,"tag":432,"props":777,"children":778},{"style":451},[779],{"type":44,"value":780},"${{ github.actor }}\n",{"type":35,"tag":36,"props":782,"children":783},{},[784,786,791,793,798,800,805],{"type":44,"value":785},"This YAML configuration automatically integrates Gitea Action with Jira. Upon branch creation, the system updates the corresponding Jira issue status to \"In Progress\" and assigns it to the branch creator. Within the configuration, the ",{"type":35,"tag":428,"props":787,"children":788},{"className":7},[789],{"type":44,"value":790},"ref",{"type":44,"value":792}," parameter captures the new branch name, the ",{"type":35,"tag":428,"props":794,"children":795},{"className":7},[796],{"type":44,"value":797},"transition",{"type":44,"value":799}," field defines the target Jira state, and the ",{"type":35,"tag":428,"props":801,"children":802},{"className":7},[803],{"type":44,"value":804},"assignee",{"type":44,"value":806}," parameter determines the issue owner.",{"type":35,"tag":414,"props":808,"children":810},{"id":809},"committing-code",[811],{"type":44,"value":812},"Committing Code",{"type":35,"tag":36,"props":814,"children":815},{},[816,818,823],{"type":44,"value":817},"To maintain traceability, developers must include the relevant Jira issue number (e.g., ",{"type":35,"tag":428,"props":819,"children":820},{"className":7},[821],{"type":44,"value":822},"GAIS-123",{"type":44,"value":824},") in their commit messages. This practice enables the system to automatically create and maintain associations between code commits and their corresponding Jira issues.",{"type":35,"tag":421,"props":826,"children":828},{"className":423,"code":827,"language":425,"meta":7,"style":7},"name: jira integration\n\non:\n  push:\n    branches:\n      - \"*\"\n\njobs:\n  jira-push-event:\n    runs-on: ubuntu-latest\n    if: github.event_name == 'push'\n    name: transition to in progress on push event\n    steps:\n      - name: transition to in progress on push event\n        uses: appleboy/jira-action@v0.2.0\n        with:\n          base_url: https://xxxxx.com\n          insecure: true\n          token: ${{ secrets.JIRA_TOKEN }}\n          ref: ${{ github.event.head_commit.message }}\n          transition: \"Start Progress\"\n          assignee: ${{ github.event.head_commit.author.username }}\n          comment: |\n            🧑‍💻 [~${{ github.event.pusher.username }}] push code to repository\n\n            See the detailed information from [commit link|${{ github.event.head_commit.url }}].\n\n            ${{ github.event.head_commit.message }}\n",[829],{"type":35,"tag":428,"props":830,"children":831},{"__ignoreMap":7},[832,847,854,865,877,889,901,908,919,931,946,962,978,989,1008,1023,1034,1049,1064,1079,1095,1110,1126,1145,1154,1162,1171,1179],{"type":35,"tag":432,"props":833,"children":834},{"class":434,"line":435},[835,839,843],{"type":35,"tag":432,"props":836,"children":837},{"style":439},[838],{"type":44,"value":442},{"type":35,"tag":432,"props":840,"children":841},{"style":445},[842],{"type":44,"value":448},{"type":35,"tag":432,"props":844,"children":845},{"style":451},[846],{"type":44,"value":454},{"type":35,"tag":432,"props":848,"children":849},{"class":434,"line":457},[850],{"type":35,"tag":432,"props":851,"children":852},{"emptyLinePlaceholder":461},[853],{"type":44,"value":464},{"type":35,"tag":432,"props":855,"children":856},{"class":434,"line":467},[857,861],{"type":35,"tag":432,"props":858,"children":859},{"style":471},[860],{"type":44,"value":474},{"type":35,"tag":432,"props":862,"children":863},{"style":445},[864],{"type":44,"value":479},{"type":35,"tag":432,"props":866,"children":867},{"class":434,"line":482},[868,873],{"type":35,"tag":432,"props":869,"children":870},{"style":439},[871],{"type":44,"value":872},"  push",{"type":35,"tag":432,"props":874,"children":875},{"style":445},[876],{"type":44,"value":479},{"type":35,"tag":432,"props":878,"children":879},{"class":434,"line":495},[880,885],{"type":35,"tag":432,"props":881,"children":882},{"style":439},[883],{"type":44,"value":884},"    branches",{"type":35,"tag":432,"props":886,"children":887},{"style":445},[888],{"type":44,"value":479},{"type":35,"tag":432,"props":890,"children":891},{"class":434,"line":508},[892,896],{"type":35,"tag":432,"props":893,"children":894},{"style":445},[895],{"type":44,"value":514},{"type":35,"tag":432,"props":897,"children":898},{"style":451},[899],{"type":44,"value":900},"\"*\"\n",{"type":35,"tag":432,"props":902,"children":903},{"class":434,"line":522},[904],{"type":35,"tag":432,"props":905,"children":906},{"emptyLinePlaceholder":461},[907],{"type":44,"value":464},{"type":35,"tag":432,"props":909,"children":910},{"class":434,"line":530},[911,915],{"type":35,"tag":432,"props":912,"children":913},{"style":439},[914],{"type":44,"value":536},{"type":35,"tag":432,"props":916,"children":917},{"style":445},[918],{"type":44,"value":479},{"type":35,"tag":432,"props":920,"children":921},{"class":434,"line":543},[922,927],{"type":35,"tag":432,"props":923,"children":924},{"style":439},[925],{"type":44,"value":926},"  jira-push-event",{"type":35,"tag":432,"props":928,"children":929},{"style":445},[930],{"type":44,"value":479},{"type":35,"tag":432,"props":932,"children":933},{"class":434,"line":556},[934,938,942],{"type":35,"tag":432,"props":935,"children":936},{"style":439},[937],{"type":44,"value":562},{"type":35,"tag":432,"props":939,"children":940},{"style":445},[941],{"type":44,"value":448},{"type":35,"tag":432,"props":943,"children":944},{"style":451},[945],{"type":44,"value":571},{"type":35,"tag":432,"props":947,"children":948},{"class":434,"line":574},[949,953,957],{"type":35,"tag":432,"props":950,"children":951},{"style":439},[952],{"type":44,"value":580},{"type":35,"tag":432,"props":954,"children":955},{"style":445},[956],{"type":44,"value":448},{"type":35,"tag":432,"props":958,"children":959},{"style":451},[960],{"type":44,"value":961},"github.event_name == 'push'\n",{"type":35,"tag":432,"props":963,"children":964},{"class":434,"line":592},[965,969,973],{"type":35,"tag":432,"props":966,"children":967},{"style":439},[968],{"type":44,"value":598},{"type":35,"tag":432,"props":970,"children":971},{"style":445},[972],{"type":44,"value":448},{"type":35,"tag":432,"props":974,"children":975},{"style":451},[976],{"type":44,"value":977},"transition to in progress on push event\n",{"type":35,"tag":432,"props":979,"children":980},{"class":434,"line":610},[981,985],{"type":35,"tag":432,"props":982,"children":983},{"style":439},[984],{"type":44,"value":616},{"type":35,"tag":432,"props":986,"children":987},{"style":445},[988],{"type":44,"value":479},{"type":35,"tag":432,"props":990,"children":991},{"class":434,"line":623},[992,996,1000,1004],{"type":35,"tag":432,"props":993,"children":994},{"style":445},[995],{"type":44,"value":514},{"type":35,"tag":432,"props":997,"children":998},{"style":439},[999],{"type":44,"value":442},{"type":35,"tag":432,"props":1001,"children":1002},{"style":445},[1003],{"type":44,"value":448},{"type":35,"tag":432,"props":1005,"children":1006},{"style":451},[1007],{"type":44,"value":977},{"type":35,"tag":432,"props":1009,"children":1010},{"class":434,"line":644},[1011,1015,1019],{"type":35,"tag":432,"props":1012,"children":1013},{"style":439},[1014],{"type":44,"value":650},{"type":35,"tag":432,"props":1016,"children":1017},{"style":445},[1018],{"type":44,"value":448},{"type":35,"tag":432,"props":1020,"children":1021},{"style":451},[1022],{"type":44,"value":659},{"type":35,"tag":432,"props":1024,"children":1025},{"class":434,"line":662},[1026,1030],{"type":35,"tag":432,"props":1027,"children":1028},{"style":439},[1029],{"type":44,"value":668},{"type":35,"tag":432,"props":1031,"children":1032},{"style":445},[1033],{"type":44,"value":479},{"type":35,"tag":432,"props":1035,"children":1036},{"class":434,"line":675},[1037,1041,1045],{"type":35,"tag":432,"props":1038,"children":1039},{"style":439},[1040],{"type":44,"value":681},{"type":35,"tag":432,"props":1042,"children":1043},{"style":445},[1044],{"type":44,"value":448},{"type":35,"tag":432,"props":1046,"children":1047},{"style":451},[1048],{"type":44,"value":690},{"type":35,"tag":432,"props":1050,"children":1051},{"class":434,"line":693},[1052,1056,1060],{"type":35,"tag":432,"props":1053,"children":1054},{"style":439},[1055],{"type":44,"value":699},{"type":35,"tag":432,"props":1057,"children":1058},{"style":445},[1059],{"type":44,"value":448},{"type":35,"tag":432,"props":1061,"children":1062},{"style":471},[1063],{"type":44,"value":708},{"type":35,"tag":432,"props":1065,"children":1066},{"class":434,"line":711},[1067,1071,1075],{"type":35,"tag":432,"props":1068,"children":1069},{"style":439},[1070],{"type":44,"value":717},{"type":35,"tag":432,"props":1072,"children":1073},{"style":445},[1074],{"type":44,"value":448},{"type":35,"tag":432,"props":1076,"children":1077},{"style":451},[1078],{"type":44,"value":726},{"type":35,"tag":432,"props":1080,"children":1081},{"class":434,"line":729},[1082,1086,1090],{"type":35,"tag":432,"props":1083,"children":1084},{"style":439},[1085],{"type":44,"value":735},{"type":35,"tag":432,"props":1087,"children":1088},{"style":445},[1089],{"type":44,"value":448},{"type":35,"tag":432,"props":1091,"children":1092},{"style":451},[1093],{"type":44,"value":1094},"${{ github.event.head_commit.message }}\n",{"type":35,"tag":432,"props":1096,"children":1097},{"class":434,"line":747},[1098,1102,1106],{"type":35,"tag":432,"props":1099,"children":1100},{"style":439},[1101],{"type":44,"value":753},{"type":35,"tag":432,"props":1103,"children":1104},{"style":445},[1105],{"type":44,"value":448},{"type":35,"tag":432,"props":1107,"children":1108},{"style":451},[1109],{"type":44,"value":762},{"type":35,"tag":432,"props":1111,"children":1112},{"class":434,"line":765},[1113,1117,1121],{"type":35,"tag":432,"props":1114,"children":1115},{"style":439},[1116],{"type":44,"value":771},{"type":35,"tag":432,"props":1118,"children":1119},{"style":445},[1120],{"type":44,"value":448},{"type":35,"tag":432,"props":1122,"children":1123},{"style":451},[1124],{"type":44,"value":1125},"${{ github.event.head_commit.author.username }}\n",{"type":35,"tag":432,"props":1127,"children":1129},{"class":434,"line":1128},23,[1130,1135,1139],{"type":35,"tag":432,"props":1131,"children":1132},{"style":439},[1133],{"type":44,"value":1134},"          comment",{"type":35,"tag":432,"props":1136,"children":1137},{"style":445},[1138],{"type":44,"value":448},{"type":35,"tag":432,"props":1140,"children":1142},{"style":1141},"--shiki-default:#F97583",[1143],{"type":44,"value":1144},"|\n",{"type":35,"tag":432,"props":1146,"children":1148},{"class":434,"line":1147},24,[1149],{"type":35,"tag":432,"props":1150,"children":1151},{"style":451},[1152],{"type":44,"value":1153},"            🧑‍💻 [~${{ github.event.pusher.username }}] push code to repository\n",{"type":35,"tag":432,"props":1155,"children":1157},{"class":434,"line":1156},25,[1158],{"type":35,"tag":432,"props":1159,"children":1160},{"emptyLinePlaceholder":461},[1161],{"type":44,"value":464},{"type":35,"tag":432,"props":1163,"children":1165},{"class":434,"line":1164},26,[1166],{"type":35,"tag":432,"props":1167,"children":1168},{"style":451},[1169],{"type":44,"value":1170},"            See the detailed information from [commit link|${{ github.event.head_commit.url }}].\n",{"type":35,"tag":432,"props":1172,"children":1174},{"class":434,"line":1173},27,[1175],{"type":35,"tag":432,"props":1176,"children":1177},{"emptyLinePlaceholder":461},[1178],{"type":44,"value":464},{"type":35,"tag":432,"props":1180,"children":1182},{"class":434,"line":1181},28,[1183],{"type":35,"tag":432,"props":1184,"children":1185},{"style":451},[1186],{"type":44,"value":1187},"            ${{ github.event.head_commit.message }}\n",{"type":35,"tag":36,"props":1189,"children":1190},{},[1191,1193,1197],{"type":44,"value":1192},"When a Push Event is received, Action automatically extracts the Jira issue number from the commit message, updates the corresponding Jira issue status to ",{"type":35,"tag":428,"props":1194,"children":1195},{"className":7},[1196],{"type":44,"value":286},{"type":44,"value":1198},", and assigns it to the committing developer. Furthermore, Action adds a detailed comment to the Jira issue containing the commit information.",{"type":35,"tag":36,"props":1200,"children":1201},{},[1202],{"type":35,"tag":232,"props":1203,"children":1206},{"alt":1204,"src":1205},"push event","/img/tutorials/gitea-integrate-with-jira-issue-tracking-flow/gitea-push-event.png",[],{"type":35,"tag":414,"props":1208,"children":1210},{"id":1209},"submitting-code-for-review",[1211],{"type":44,"value":1212},"Submitting Code for Review",{"type":35,"tag":36,"props":1214,"children":1215},{},[1216,1218,1223,1224,1229],{"type":44,"value":1217},"The system actively monitors Pull Request status changes (",{"type":35,"tag":428,"props":1219,"children":1220},{"className":7},[1221],{"type":44,"value":1222},"opened",{"type":44,"value":67},{"type":35,"tag":428,"props":1225,"children":1226},{"className":7},[1227],{"type":44,"value":1228},"closed",{"type":44,"value":1230},") and automatically transitions the associated Jira issue to the \"Code Review\" state.",{"type":35,"tag":421,"props":1232,"children":1234},{"className":423,"code":1233,"language":425,"meta":7,"style":7},"on:\n  pull_request_target:\n    types: [opened, closed]\n\njobs:\n  open-pull-request:\n    runs-on: ubuntu-latest\n    if: github.event_name == 'pull_request_target' && github.event.action == 'opened'\n    name: transition to in review when pull request is created\n    steps:\n      - name: transition to in review when pull request is created\n        uses: appleboy/jira-action@v0.2.0\n        with:\n          base_url: https://xxxxx.com\n          insecure: true\n          token: ${{ secrets.JIRA_TOKEN }}\n          ref: ${{ github.event.pull_request.title }}\n          transition: \"Finish Coding\"\n",[1235],{"type":35,"tag":428,"props":1236,"children":1237},{"__ignoreMap":7},[1238,1249,1261,1291,1298,1309,1321,1336,1352,1368,1379,1398,1413,1424,1439,1454,1469,1485],{"type":35,"tag":432,"props":1239,"children":1240},{"class":434,"line":435},[1241,1245],{"type":35,"tag":432,"props":1242,"children":1243},{"style":471},[1244],{"type":44,"value":474},{"type":35,"tag":432,"props":1246,"children":1247},{"style":445},[1248],{"type":44,"value":479},{"type":35,"tag":432,"props":1250,"children":1251},{"class":434,"line":457},[1252,1257],{"type":35,"tag":432,"props":1253,"children":1254},{"style":439},[1255],{"type":44,"value":1256},"  pull_request_target",{"type":35,"tag":432,"props":1258,"children":1259},{"style":445},[1260],{"type":44,"value":479},{"type":35,"tag":432,"props":1262,"children":1263},{"class":434,"line":467},[1264,1268,1273,1277,1282,1286],{"type":35,"tag":432,"props":1265,"children":1266},{"style":439},[1267],{"type":44,"value":501},{"type":35,"tag":432,"props":1269,"children":1270},{"style":445},[1271],{"type":44,"value":1272},": [",{"type":35,"tag":432,"props":1274,"children":1275},{"style":451},[1276],{"type":44,"value":1222},{"type":35,"tag":432,"props":1278,"children":1279},{"style":445},[1280],{"type":44,"value":1281},", ",{"type":35,"tag":432,"props":1283,"children":1284},{"style":451},[1285],{"type":44,"value":1228},{"type":35,"tag":432,"props":1287,"children":1288},{"style":445},[1289],{"type":44,"value":1290},"]\n",{"type":35,"tag":432,"props":1292,"children":1293},{"class":434,"line":482},[1294],{"type":35,"tag":432,"props":1295,"children":1296},{"emptyLinePlaceholder":461},[1297],{"type":44,"value":464},{"type":35,"tag":432,"props":1299,"children":1300},{"class":434,"line":495},[1301,1305],{"type":35,"tag":432,"props":1302,"children":1303},{"style":439},[1304],{"type":44,"value":536},{"type":35,"tag":432,"props":1306,"children":1307},{"style":445},[1308],{"type":44,"value":479},{"type":35,"tag":432,"props":1310,"children":1311},{"class":434,"line":508},[1312,1317],{"type":35,"tag":432,"props":1313,"children":1314},{"style":439},[1315],{"type":44,"value":1316},"  open-pull-request",{"type":35,"tag":432,"props":1318,"children":1319},{"style":445},[1320],{"type":44,"value":479},{"type":35,"tag":432,"props":1322,"children":1323},{"class":434,"line":522},[1324,1328,1332],{"type":35,"tag":432,"props":1325,"children":1326},{"style":439},[1327],{"type":44,"value":562},{"type":35,"tag":432,"props":1329,"children":1330},{"style":445},[1331],{"type":44,"value":448},{"type":35,"tag":432,"props":1333,"children":1334},{"style":451},[1335],{"type":44,"value":571},{"type":35,"tag":432,"props":1337,"children":1338},{"class":434,"line":530},[1339,1343,1347],{"type":35,"tag":432,"props":1340,"children":1341},{"style":439},[1342],{"type":44,"value":580},{"type":35,"tag":432,"props":1344,"children":1345},{"style":445},[1346],{"type":44,"value":448},{"type":35,"tag":432,"props":1348,"children":1349},{"style":451},[1350],{"type":44,"value":1351},"github.event_name == 'pull_request_target' && github.event.action == 'opened'\n",{"type":35,"tag":432,"props":1353,"children":1354},{"class":434,"line":543},[1355,1359,1363],{"type":35,"tag":432,"props":1356,"children":1357},{"style":439},[1358],{"type":44,"value":598},{"type":35,"tag":432,"props":1360,"children":1361},{"style":445},[1362],{"type":44,"value":448},{"type":35,"tag":432,"props":1364,"children":1365},{"style":451},[1366],{"type":44,"value":1367},"transition to in review when pull request is created\n",{"type":35,"tag":432,"props":1369,"children":1370},{"class":434,"line":556},[1371,1375],{"type":35,"tag":432,"props":1372,"children":1373},{"style":439},[1374],{"type":44,"value":616},{"type":35,"tag":432,"props":1376,"children":1377},{"style":445},[1378],{"type":44,"value":479},{"type":35,"tag":432,"props":1380,"children":1381},{"class":434,"line":574},[1382,1386,1390,1394],{"type":35,"tag":432,"props":1383,"children":1384},{"style":445},[1385],{"type":44,"value":514},{"type":35,"tag":432,"props":1387,"children":1388},{"style":439},[1389],{"type":44,"value":442},{"type":35,"tag":432,"props":1391,"children":1392},{"style":445},[1393],{"type":44,"value":448},{"type":35,"tag":432,"props":1395,"children":1396},{"style":451},[1397],{"type":44,"value":1367},{"type":35,"tag":432,"props":1399,"children":1400},{"class":434,"line":592},[1401,1405,1409],{"type":35,"tag":432,"props":1402,"children":1403},{"style":439},[1404],{"type":44,"value":650},{"type":35,"tag":432,"props":1406,"children":1407},{"style":445},[1408],{"type":44,"value":448},{"type":35,"tag":432,"props":1410,"children":1411},{"style":451},[1412],{"type":44,"value":659},{"type":35,"tag":432,"props":1414,"children":1415},{"class":434,"line":610},[1416,1420],{"type":35,"tag":432,"props":1417,"children":1418},{"style":439},[1419],{"type":44,"value":668},{"type":35,"tag":432,"props":1421,"children":1422},{"style":445},[1423],{"type":44,"value":479},{"type":35,"tag":432,"props":1425,"children":1426},{"class":434,"line":623},[1427,1431,1435],{"type":35,"tag":432,"props":1428,"children":1429},{"style":439},[1430],{"type":44,"value":681},{"type":35,"tag":432,"props":1432,"children":1433},{"style":445},[1434],{"type":44,"value":448},{"type":35,"tag":432,"props":1436,"children":1437},{"style":451},[1438],{"type":44,"value":690},{"type":35,"tag":432,"props":1440,"children":1441},{"class":434,"line":644},[1442,1446,1450],{"type":35,"tag":432,"props":1443,"children":1444},{"style":439},[1445],{"type":44,"value":699},{"type":35,"tag":432,"props":1447,"children":1448},{"style":445},[1449],{"type":44,"value":448},{"type":35,"tag":432,"props":1451,"children":1452},{"style":471},[1453],{"type":44,"value":708},{"type":35,"tag":432,"props":1455,"children":1456},{"class":434,"line":662},[1457,1461,1465],{"type":35,"tag":432,"props":1458,"children":1459},{"style":439},[1460],{"type":44,"value":717},{"type":35,"tag":432,"props":1462,"children":1463},{"style":445},[1464],{"type":44,"value":448},{"type":35,"tag":432,"props":1466,"children":1467},{"style":451},[1468],{"type":44,"value":726},{"type":35,"tag":432,"props":1470,"children":1471},{"class":434,"line":675},[1472,1476,1480],{"type":35,"tag":432,"props":1473,"children":1474},{"style":439},[1475],{"type":44,"value":735},{"type":35,"tag":432,"props":1477,"children":1478},{"style":445},[1479],{"type":44,"value":448},{"type":35,"tag":432,"props":1481,"children":1482},{"style":451},[1483],{"type":44,"value":1484},"${{ github.event.pull_request.title }}\n",{"type":35,"tag":432,"props":1486,"children":1487},{"class":434,"line":693},[1488,1492,1496],{"type":35,"tag":432,"props":1489,"children":1490},{"style":439},[1491],{"type":44,"value":753},{"type":35,"tag":432,"props":1493,"children":1494},{"style":445},[1495],{"type":44,"value":448},{"type":35,"tag":432,"props":1497,"children":1498},{"style":451},[1499],{"type":44,"value":1500},"\"Finish Coding\"\n",{"type":35,"tag":36,"props":1502,"children":1503},{},[1504],{"type":35,"tag":232,"props":1505,"children":1508},{"alt":1506,"src":1507},"pull request","/img/tutorials/gitea-integrate-with-jira-issue-tracking-flow/gitea-pull-request-event.png",[],{"type":35,"tag":414,"props":1510,"children":1512},{"id":1511},"code-review-completion",[1513],{"type":44,"value":1514},"Code Review Completion",{"type":35,"tag":36,"props":1516,"children":1517},{},[1518,1520,1524],{"type":44,"value":1519},"The system continuously monitors Pull Request status changes and automatically transitions the corresponding Jira issue to ",{"type":35,"tag":428,"props":1521,"children":1522},{"className":7},[1523],{"type":44,"value":316},{"type":44,"value":1525}," when it detects a Pull Request has been closed. This automated workflow ensures immediate synchronization between code review completion and issue tracking.",{"type":35,"tag":421,"props":1527,"children":1529},{"className":423,"code":1528,"language":425,"meta":7,"style":7},"name: jira integration\n\non:\n  pull_request:\n    types:\n      - closed\n\njobs:\n  jira-merge-request:\n    runs-on: ubuntu-latest\n    if: ${{ github.event.pull_request.merged }}\n    name: transition to Merge and Deploy\n    steps:\n      - name: transition to in review\n        uses: appleboy/jira-action@v0.2.0\n        with:\n          base_url: https://xxxxx.com\n          insecure: true\n          token: ${{ secrets.JIRA_TOKEN }}\n          ref: ${{ github.event.pull_request.title }}\n          transition: \"Merge and Deploy\"\n          resolution: \"Fixed\"\n",[1530],{"type":35,"tag":428,"props":1531,"children":1532},{"__ignoreMap":7},[1533,1548,1555,1566,1578,1589,1601,1608,1619,1631,1646,1662,1678,1689,1709,1724,1735,1750,1765,1780,1795,1811],{"type":35,"tag":432,"props":1534,"children":1535},{"class":434,"line":435},[1536,1540,1544],{"type":35,"tag":432,"props":1537,"children":1538},{"style":439},[1539],{"type":44,"value":442},{"type":35,"tag":432,"props":1541,"children":1542},{"style":445},[1543],{"type":44,"value":448},{"type":35,"tag":432,"props":1545,"children":1546},{"style":451},[1547],{"type":44,"value":454},{"type":35,"tag":432,"props":1549,"children":1550},{"class":434,"line":457},[1551],{"type":35,"tag":432,"props":1552,"children":1553},{"emptyLinePlaceholder":461},[1554],{"type":44,"value":464},{"type":35,"tag":432,"props":1556,"children":1557},{"class":434,"line":467},[1558,1562],{"type":35,"tag":432,"props":1559,"children":1560},{"style":471},[1561],{"type":44,"value":474},{"type":35,"tag":432,"props":1563,"children":1564},{"style":445},[1565],{"type":44,"value":479},{"type":35,"tag":432,"props":1567,"children":1568},{"class":434,"line":482},[1569,1574],{"type":35,"tag":432,"props":1570,"children":1571},{"style":439},[1572],{"type":44,"value":1573},"  pull_request",{"type":35,"tag":432,"props":1575,"children":1576},{"style":445},[1577],{"type":44,"value":479},{"type":35,"tag":432,"props":1579,"children":1580},{"class":434,"line":495},[1581,1585],{"type":35,"tag":432,"props":1582,"children":1583},{"style":439},[1584],{"type":44,"value":501},{"type":35,"tag":432,"props":1586,"children":1587},{"style":445},[1588],{"type":44,"value":479},{"type":35,"tag":432,"props":1590,"children":1591},{"class":434,"line":508},[1592,1596],{"type":35,"tag":432,"props":1593,"children":1594},{"style":445},[1595],{"type":44,"value":514},{"type":35,"tag":432,"props":1597,"children":1598},{"style":451},[1599],{"type":44,"value":1600},"closed\n",{"type":35,"tag":432,"props":1602,"children":1603},{"class":434,"line":522},[1604],{"type":35,"tag":432,"props":1605,"children":1606},{"emptyLinePlaceholder":461},[1607],{"type":44,"value":464},{"type":35,"tag":432,"props":1609,"children":1610},{"class":434,"line":530},[1611,1615],{"type":35,"tag":432,"props":1612,"children":1613},{"style":439},[1614],{"type":44,"value":536},{"type":35,"tag":432,"props":1616,"children":1617},{"style":445},[1618],{"type":44,"value":479},{"type":35,"tag":432,"props":1620,"children":1621},{"class":434,"line":543},[1622,1627],{"type":35,"tag":432,"props":1623,"children":1624},{"style":439},[1625],{"type":44,"value":1626},"  jira-merge-request",{"type":35,"tag":432,"props":1628,"children":1629},{"style":445},[1630],{"type":44,"value":479},{"type":35,"tag":432,"props":1632,"children":1633},{"class":434,"line":556},[1634,1638,1642],{"type":35,"tag":432,"props":1635,"children":1636},{"style":439},[1637],{"type":44,"value":562},{"type":35,"tag":432,"props":1639,"children":1640},{"style":445},[1641],{"type":44,"value":448},{"type":35,"tag":432,"props":1643,"children":1644},{"style":451},[1645],{"type":44,"value":571},{"type":35,"tag":432,"props":1647,"children":1648},{"class":434,"line":574},[1649,1653,1657],{"type":35,"tag":432,"props":1650,"children":1651},{"style":439},[1652],{"type":44,"value":580},{"type":35,"tag":432,"props":1654,"children":1655},{"style":445},[1656],{"type":44,"value":448},{"type":35,"tag":432,"props":1658,"children":1659},{"style":451},[1660],{"type":44,"value":1661},"${{ github.event.pull_request.merged }}\n",{"type":35,"tag":432,"props":1663,"children":1664},{"class":434,"line":592},[1665,1669,1673],{"type":35,"tag":432,"props":1666,"children":1667},{"style":439},[1668],{"type":44,"value":598},{"type":35,"tag":432,"props":1670,"children":1671},{"style":445},[1672],{"type":44,"value":448},{"type":35,"tag":432,"props":1674,"children":1675},{"style":451},[1676],{"type":44,"value":1677},"transition to Merge and Deploy\n",{"type":35,"tag":432,"props":1679,"children":1680},{"class":434,"line":610},[1681,1685],{"type":35,"tag":432,"props":1682,"children":1683},{"style":439},[1684],{"type":44,"value":616},{"type":35,"tag":432,"props":1686,"children":1687},{"style":445},[1688],{"type":44,"value":479},{"type":35,"tag":432,"props":1690,"children":1691},{"class":434,"line":623},[1692,1696,1700,1704],{"type":35,"tag":432,"props":1693,"children":1694},{"style":445},[1695],{"type":44,"value":514},{"type":35,"tag":432,"props":1697,"children":1698},{"style":439},[1699],{"type":44,"value":442},{"type":35,"tag":432,"props":1701,"children":1702},{"style":445},[1703],{"type":44,"value":448},{"type":35,"tag":432,"props":1705,"children":1706},{"style":451},[1707],{"type":44,"value":1708},"transition to in review\n",{"type":35,"tag":432,"props":1710,"children":1711},{"class":434,"line":644},[1712,1716,1720],{"type":35,"tag":432,"props":1713,"children":1714},{"style":439},[1715],{"type":44,"value":650},{"type":35,"tag":432,"props":1717,"children":1718},{"style":445},[1719],{"type":44,"value":448},{"type":35,"tag":432,"props":1721,"children":1722},{"style":451},[1723],{"type":44,"value":659},{"type":35,"tag":432,"props":1725,"children":1726},{"class":434,"line":662},[1727,1731],{"type":35,"tag":432,"props":1728,"children":1729},{"style":439},[1730],{"type":44,"value":668},{"type":35,"tag":432,"props":1732,"children":1733},{"style":445},[1734],{"type":44,"value":479},{"type":35,"tag":432,"props":1736,"children":1737},{"class":434,"line":675},[1738,1742,1746],{"type":35,"tag":432,"props":1739,"children":1740},{"style":439},[1741],{"type":44,"value":681},{"type":35,"tag":432,"props":1743,"children":1744},{"style":445},[1745],{"type":44,"value":448},{"type":35,"tag":432,"props":1747,"children":1748},{"style":451},[1749],{"type":44,"value":690},{"type":35,"tag":432,"props":1751,"children":1752},{"class":434,"line":693},[1753,1757,1761],{"type":35,"tag":432,"props":1754,"children":1755},{"style":439},[1756],{"type":44,"value":699},{"type":35,"tag":432,"props":1758,"children":1759},{"style":445},[1760],{"type":44,"value":448},{"type":35,"tag":432,"props":1762,"children":1763},{"style":471},[1764],{"type":44,"value":708},{"type":35,"tag":432,"props":1766,"children":1767},{"class":434,"line":711},[1768,1772,1776],{"type":35,"tag":432,"props":1769,"children":1770},{"style":439},[1771],{"type":44,"value":717},{"type":35,"tag":432,"props":1773,"children":1774},{"style":445},[1775],{"type":44,"value":448},{"type":35,"tag":432,"props":1777,"children":1778},{"style":451},[1779],{"type":44,"value":726},{"type":35,"tag":432,"props":1781,"children":1782},{"class":434,"line":729},[1783,1787,1791],{"type":35,"tag":432,"props":1784,"children":1785},{"style":439},[1786],{"type":44,"value":735},{"type":35,"tag":432,"props":1788,"children":1789},{"style":445},[1790],{"type":44,"value":448},{"type":35,"tag":432,"props":1792,"children":1793},{"style":451},[1794],{"type":44,"value":1484},{"type":35,"tag":432,"props":1796,"children":1797},{"class":434,"line":747},[1798,1802,1806],{"type":35,"tag":432,"props":1799,"children":1800},{"style":439},[1801],{"type":44,"value":753},{"type":35,"tag":432,"props":1803,"children":1804},{"style":445},[1805],{"type":44,"value":448},{"type":35,"tag":432,"props":1807,"children":1808},{"style":451},[1809],{"type":44,"value":1810},"\"Merge and Deploy\"\n",{"type":35,"tag":432,"props":1812,"children":1813},{"class":434,"line":765},[1814,1819,1823],{"type":35,"tag":432,"props":1815,"children":1816},{"style":439},[1817],{"type":44,"value":1818},"          resolution",{"type":35,"tag":432,"props":1820,"children":1821},{"style":445},[1822],{"type":44,"value":448},{"type":35,"tag":432,"props":1824,"children":1825},{"style":451},[1826],{"type":44,"value":1827},"\"Fixed\"\n",{"type":35,"tag":36,"props":1829,"children":1830},{},[1831],{"type":35,"tag":232,"props":1832,"children":1834},{"alt":1506,"src":1833},"/img/tutorials/gitea-integrate-with-jira-issue-tracking-flow/gitea-merged-pr.png",[],{"type":35,"tag":36,"props":1836,"children":1837},{},[1838],{"type":44,"value":1839},"Beyond these state transitions, the system can be customized to meet specific needs, such as automatically sending email notifications when code reviews are approved or triggering test environment deployments after code merging. These automated processes enhance tracking and management of the development workflow. Gitea Action's greatest strength lies in its versatility in handling various events, making it an exceptionally flexible integration solution.",{"type":35,"tag":161,"props":1841,"children":1843},{"id":1842},"conclusion",[1844],{"type":44,"value":1845},"Conclusion",{"type":35,"tag":36,"props":1847,"children":1848},{},[1849],{"type":44,"value":1850},"Our integration implementation has successfully bridged Gitea and Jira, creating a seamless workflow that enhances both efficiency and security. Developers simply need to reference Jira issue numbers in their commit messages, and the system automatically handles all necessary associations.",{"type":35,"tag":36,"props":1852,"children":1853},{},[1854],{"type":44,"value":1855},"In our current project, a team of 20 developers has effectively managed nearly 5,000 issues over two years, processing an average of ten new issues daily. Such volume would be challenging to manage without our automated solution.",{"type":35,"tag":36,"props":1857,"children":1858},{},[1859],{"type":44,"value":1860},"This integration has not only streamlined our issue management but also optimized our entire development process. By eliminating manual Jira status updates, we've significantly improved efficiency while reducing human error. The success of this integration demonstrates the essential role of automation tools in effectively managing large-scale software development projects.",{"type":35,"tag":1862,"props":1863,"children":1864},"style",{},[1865],{"type":44,"value":1866},"html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":7,"searchDepth":457,"depth":457,"links":1868},[1869,1870,1871,1877],{"id":163,"depth":457,"text":166},{"id":244,"depth":457,"text":247},{"id":395,"depth":457,"text":398,"children":1872},[1873,1874,1875,1876],{"id":416,"depth":467,"text":419},{"id":809,"depth":467,"text":812},{"id":1209,"depth":467,"text":1212},{"id":1511,"depth":467,"text":1514},{"id":1842,"depth":457,"text":1845},"markdown","content:resources:tutorials:7.gitea-integrate-with-jira-issue-tracking-flow.md","content","resources/tutorials/7.gitea-integrate-with-jira-issue-tracking-flow.md","md",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"labels":1884,"datetime":15,"date":16,"author":1885,"coverImage":22,"category":1886,"readingTime":1887,"excerpt":1888,"body":1942,"_type":1878,"_id":1879,"_source":1880,"_file":1881,"_extension":1882},[11,12,13,14],{"name":18,"href":19,"imageUrl":20,"role":21},{"title":24,"href":25},{"text":27,"minutes":28,"time":29,"words":30},{"type":32,"children":1889},[1890,1902,1924,1933],{"type":35,"tag":36,"props":1891,"children":1892},{},[1893],{"type":35,"tag":40,"props":1894,"children":1895},{},[1896,1897],{"type":44,"value":45},{"type":35,"tag":47,"props":1898,"children":1900},{"href":49,"rel":1899},[51],[1901],{"type":44,"value":49},{"type":35,"tag":36,"props":1903,"children":1904},{},[1905,1906,1911,1912,1917,1918,1923],{"type":44,"value":58},{"type":35,"tag":47,"props":1907,"children":1909},{"href":61,"rel":1908},[51],[1910],{"type":44,"value":65},{"type":44,"value":67},{"type":35,"tag":47,"props":1913,"children":1915},{"href":70,"rel":1914},[51],[1916],{"type":44,"value":74},{"type":44,"value":76},{"type":35,"tag":47,"props":1919,"children":1921},{"href":79,"rel":1920},[51],[1922],{"type":44,"value":83},{"type":44,"value":85},{"type":35,"tag":36,"props":1925,"children":1926},{},[1927,1932],{"type":35,"tag":47,"props":1928,"children":1930},{"href":61,"rel":1929},[51],[1931],{"type":44,"value":65},{"type":44,"value":95},{"type":35,"tag":36,"props":1934,"children":1935},{},[1936,1941],{"type":35,"tag":47,"props":1937,"children":1939},{"href":70,"rel":1938},[51],[1940],{"type":44,"value":74},{"type":44,"value":105},{"type":32,"children":1943,"toc":3497},[1944,1956,1978,1987,1996,2000,2010,2026,2030,2046,2052,2056,2060,2064,2123,2129,2133,2175,2179,2183,2193,2197,2489,2508,2512,2521,2863,2872,2878,2882,2896,3156,3162,3166,3175,3467,3473,3477,3481,3485,3489,3493],{"type":35,"tag":36,"props":1945,"children":1946},{},[1947],{"type":35,"tag":40,"props":1948,"children":1949},{},[1950,1951],{"type":44,"value":45},{"type":35,"tag":47,"props":1952,"children":1954},{"href":49,"rel":1953},[51],[1955],{"type":44,"value":49},{"type":35,"tag":36,"props":1957,"children":1958},{},[1959,1960,1965,1966,1971,1972,1977],{"type":44,"value":58},{"type":35,"tag":47,"props":1961,"children":1963},{"href":61,"rel":1962},[51],[1964],{"type":44,"value":65},{"type":44,"value":67},{"type":35,"tag":47,"props":1967,"children":1969},{"href":70,"rel":1968},[51],[1970],{"type":44,"value":74},{"type":44,"value":76},{"type":35,"tag":47,"props":1973,"children":1975},{"href":79,"rel":1974},[51],[1976],{"type":44,"value":83},{"type":44,"value":85},{"type":35,"tag":36,"props":1979,"children":1980},{},[1981,1986],{"type":35,"tag":47,"props":1982,"children":1984},{"href":61,"rel":1983},[51],[1985],{"type":44,"value":65},{"type":44,"value":95},{"type":35,"tag":36,"props":1988,"children":1989},{},[1990,1995],{"type":35,"tag":47,"props":1991,"children":1993},{"href":70,"rel":1992},[51],[1994],{"type":44,"value":74},{"type":44,"value":105},{"type":35,"tag":161,"props":1997,"children":1998},{"id":163},[1999],{"type":44,"value":166},{"type":35,"tag":36,"props":2001,"children":2002},{},[2003,2004,2009],{"type":44,"value":171},{"type":35,"tag":47,"props":2005,"children":2007},{"href":61,"rel":2006},[51],[2008],{"type":44,"value":65},{"type":44,"value":178},{"type":35,"tag":36,"props":2011,"children":2012},{},[2013,2014,2019,2020,2025],{"type":44,"value":183},{"type":35,"tag":47,"props":2015,"children":2017},{"href":61,"rel":2016},[51],[2018],{"type":44,"value":65},{"type":44,"value":190},{"type":35,"tag":47,"props":2021,"children":2023},{"href":193,"rel":2022},[51],[2024],{"type":44,"value":197},{"type":44,"value":199},{"type":35,"tag":36,"props":2027,"children":2028},{},[2029],{"type":44,"value":204},{"type":35,"tag":36,"props":2031,"children":2032},{},[2033,2034,2039,2040,2045],{"type":44,"value":209},{"type":35,"tag":47,"props":2035,"children":2037},{"href":212,"rel":2036},[51],[2038],{"type":44,"value":216},{"type":44,"value":218},{"type":35,"tag":47,"props":2041,"children":2043},{"href":221,"rel":2042},[51],[2044],{"type":44,"value":225},{"type":44,"value":227},{"type":35,"tag":36,"props":2047,"children":2048},{},[2049],{"type":35,"tag":232,"props":2050,"children":2051},{"alt":234,"src":235},[],{"type":35,"tag":36,"props":2053,"children":2054},{},[2055],{"type":44,"value":241},{"type":35,"tag":161,"props":2057,"children":2058},{"id":244},[2059],{"type":44,"value":247},{"type":35,"tag":36,"props":2061,"children":2062},{},[2063],{"type":44,"value":252},{"type":35,"tag":254,"props":2065,"children":2066},{},[2067,2075,2083,2091,2099,2107,2115],{"type":35,"tag":258,"props":2068,"children":2069},{},[2070,2074],{"type":35,"tag":262,"props":2071,"children":2072},{},[2073],{"type":44,"value":266},{"type":44,"value":268},{"type":35,"tag":258,"props":2076,"children":2077},{},[2078,2082],{"type":35,"tag":262,"props":2079,"children":2080},{},[2081],{"type":44,"value":276},{"type":44,"value":278},{"type":35,"tag":258,"props":2084,"children":2085},{},[2086,2090],{"type":35,"tag":262,"props":2087,"children":2088},{},[2089],{"type":44,"value":286},{"type":44,"value":288},{"type":35,"tag":258,"props":2092,"children":2093},{},[2094,2098],{"type":35,"tag":262,"props":2095,"children":2096},{},[2097],{"type":44,"value":296},{"type":44,"value":298},{"type":35,"tag":258,"props":2100,"children":2101},{},[2102,2106],{"type":35,"tag":262,"props":2103,"children":2104},{},[2105],{"type":44,"value":306},{"type":44,"value":308},{"type":35,"tag":258,"props":2108,"children":2109},{},[2110,2114],{"type":35,"tag":262,"props":2111,"children":2112},{},[2113],{"type":44,"value":316},{"type":44,"value":318},{"type":35,"tag":258,"props":2116,"children":2117},{},[2118,2122],{"type":35,"tag":262,"props":2119,"children":2120},{},[2121],{"type":44,"value":326},{"type":44,"value":328},{"type":35,"tag":36,"props":2124,"children":2125},{},[2126],{"type":35,"tag":232,"props":2127,"children":2128},{"alt":334,"src":335},[],{"type":35,"tag":36,"props":2130,"children":2131},{},[2132],{"type":44,"value":341},{"type":35,"tag":254,"props":2134,"children":2135},{},[2136,2149,2162],{"type":35,"tag":258,"props":2137,"children":2138},{},[2139,2143,2144,2148],{"type":35,"tag":262,"props":2140,"children":2141},{},[2142],{"type":44,"value":266},{"type":44,"value":353},{"type":35,"tag":262,"props":2145,"children":2146},{},[2147],{"type":44,"value":286},{"type":44,"value":359},{"type":35,"tag":258,"props":2150,"children":2151},{},[2152,2156,2157,2161],{"type":35,"tag":262,"props":2153,"children":2154},{},[2155],{"type":44,"value":286},{"type":44,"value":353},{"type":35,"tag":262,"props":2158,"children":2159},{},[2160],{"type":44,"value":296},{"type":44,"value":373},{"type":35,"tag":258,"props":2163,"children":2164},{},[2165,2169,2170,2174],{"type":35,"tag":262,"props":2166,"children":2167},{},[2168],{"type":44,"value":296},{"type":44,"value":353},{"type":35,"tag":262,"props":2171,"children":2172},{},[2173],{"type":44,"value":316},{"type":44,"value":387},{"type":35,"tag":36,"props":2176,"children":2177},{},[2178],{"type":44,"value":392},{"type":35,"tag":161,"props":2180,"children":2181},{"id":395},[2182],{"type":44,"value":398},{"type":35,"tag":36,"props":2184,"children":2185},{},[2186,2187,2192],{"type":44,"value":403},{"type":35,"tag":47,"props":2188,"children":2190},{"href":406,"rel":2189},[51],[2191],{"type":44,"value":410},{"type":44,"value":412},{"type":35,"tag":414,"props":2194,"children":2195},{"id":416},[2196],{"type":44,"value":419},{"type":35,"tag":421,"props":2198,"children":2199},{"className":423,"code":424,"language":425,"meta":7,"style":7},[2200],{"type":35,"tag":428,"props":2201,"children":2202},{"__ignoreMap":7},[2203,2218,2225,2236,2247,2258,2269,2276,2287,2298,2313,2328,2343,2354,2373,2388,2399,2414,2429,2444,2459,2474],{"type":35,"tag":432,"props":2204,"children":2205},{"class":434,"line":435},[2206,2210,2214],{"type":35,"tag":432,"props":2207,"children":2208},{"style":439},[2209],{"type":44,"value":442},{"type":35,"tag":432,"props":2211,"children":2212},{"style":445},[2213],{"type":44,"value":448},{"type":35,"tag":432,"props":2215,"children":2216},{"style":451},[2217],{"type":44,"value":454},{"type":35,"tag":432,"props":2219,"children":2220},{"class":434,"line":457},[2221],{"type":35,"tag":432,"props":2222,"children":2223},{"emptyLinePlaceholder":461},[2224],{"type":44,"value":464},{"type":35,"tag":432,"props":2226,"children":2227},{"class":434,"line":467},[2228,2232],{"type":35,"tag":432,"props":2229,"children":2230},{"style":471},[2231],{"type":44,"value":474},{"type":35,"tag":432,"props":2233,"children":2234},{"style":445},[2235],{"type":44,"value":479},{"type":35,"tag":432,"props":2237,"children":2238},{"class":434,"line":482},[2239,2243],{"type":35,"tag":432,"props":2240,"children":2241},{"style":439},[2242],{"type":44,"value":488},{"type":35,"tag":432,"props":2244,"children":2245},{"style":445},[2246],{"type":44,"value":479},{"type":35,"tag":432,"props":2248,"children":2249},{"class":434,"line":495},[2250,2254],{"type":35,"tag":432,"props":2251,"children":2252},{"style":439},[2253],{"type":44,"value":501},{"type":35,"tag":432,"props":2255,"children":2256},{"style":445},[2257],{"type":44,"value":479},{"type":35,"tag":432,"props":2259,"children":2260},{"class":434,"line":508},[2261,2265],{"type":35,"tag":432,"props":2262,"children":2263},{"style":445},[2264],{"type":44,"value":514},{"type":35,"tag":432,"props":2266,"children":2267},{"style":451},[2268],{"type":44,"value":519},{"type":35,"tag":432,"props":2270,"children":2271},{"class":434,"line":522},[2272],{"type":35,"tag":432,"props":2273,"children":2274},{"emptyLinePlaceholder":461},[2275],{"type":44,"value":464},{"type":35,"tag":432,"props":2277,"children":2278},{"class":434,"line":530},[2279,2283],{"type":35,"tag":432,"props":2280,"children":2281},{"style":439},[2282],{"type":44,"value":536},{"type":35,"tag":432,"props":2284,"children":2285},{"style":445},[2286],{"type":44,"value":479},{"type":35,"tag":432,"props":2288,"children":2289},{"class":434,"line":543},[2290,2294],{"type":35,"tag":432,"props":2291,"children":2292},{"style":439},[2293],{"type":44,"value":549},{"type":35,"tag":432,"props":2295,"children":2296},{"style":445},[2297],{"type":44,"value":479},{"type":35,"tag":432,"props":2299,"children":2300},{"class":434,"line":556},[2301,2305,2309],{"type":35,"tag":432,"props":2302,"children":2303},{"style":439},[2304],{"type":44,"value":562},{"type":35,"tag":432,"props":2306,"children":2307},{"style":445},[2308],{"type":44,"value":448},{"type":35,"tag":432,"props":2310,"children":2311},{"style":451},[2312],{"type":44,"value":571},{"type":35,"tag":432,"props":2314,"children":2315},{"class":434,"line":574},[2316,2320,2324],{"type":35,"tag":432,"props":2317,"children":2318},{"style":439},[2319],{"type":44,"value":580},{"type":35,"tag":432,"props":2321,"children":2322},{"style":445},[2323],{"type":44,"value":448},{"type":35,"tag":432,"props":2325,"children":2326},{"style":451},[2327],{"type":44,"value":589},{"type":35,"tag":432,"props":2329,"children":2330},{"class":434,"line":592},[2331,2335,2339],{"type":35,"tag":432,"props":2332,"children":2333},{"style":439},[2334],{"type":44,"value":598},{"type":35,"tag":432,"props":2336,"children":2337},{"style":445},[2338],{"type":44,"value":448},{"type":35,"tag":432,"props":2340,"children":2341},{"style":451},[2342],{"type":44,"value":607},{"type":35,"tag":432,"props":2344,"children":2345},{"class":434,"line":610},[2346,2350],{"type":35,"tag":432,"props":2347,"children":2348},{"style":439},[2349],{"type":44,"value":616},{"type":35,"tag":432,"props":2351,"children":2352},{"style":445},[2353],{"type":44,"value":479},{"type":35,"tag":432,"props":2355,"children":2356},{"class":434,"line":623},[2357,2361,2365,2369],{"type":35,"tag":432,"props":2358,"children":2359},{"style":445},[2360],{"type":44,"value":514},{"type":35,"tag":432,"props":2362,"children":2363},{"style":439},[2364],{"type":44,"value":442},{"type":35,"tag":432,"props":2366,"children":2367},{"style":445},[2368],{"type":44,"value":448},{"type":35,"tag":432,"props":2370,"children":2371},{"style":451},[2372],{"type":44,"value":641},{"type":35,"tag":432,"props":2374,"children":2375},{"class":434,"line":644},[2376,2380,2384],{"type":35,"tag":432,"props":2377,"children":2378},{"style":439},[2379],{"type":44,"value":650},{"type":35,"tag":432,"props":2381,"children":2382},{"style":445},[2383],{"type":44,"value":448},{"type":35,"tag":432,"props":2385,"children":2386},{"style":451},[2387],{"type":44,"value":659},{"type":35,"tag":432,"props":2389,"children":2390},{"class":434,"line":662},[2391,2395],{"type":35,"tag":432,"props":2392,"children":2393},{"style":439},[2394],{"type":44,"value":668},{"type":35,"tag":432,"props":2396,"children":2397},{"style":445},[2398],{"type":44,"value":479},{"type":35,"tag":432,"props":2400,"children":2401},{"class":434,"line":675},[2402,2406,2410],{"type":35,"tag":432,"props":2403,"children":2404},{"style":439},[2405],{"type":44,"value":681},{"type":35,"tag":432,"props":2407,"children":2408},{"style":445},[2409],{"type":44,"value":448},{"type":35,"tag":432,"props":2411,"children":2412},{"style":451},[2413],{"type":44,"value":690},{"type":35,"tag":432,"props":2415,"children":2416},{"class":434,"line":693},[2417,2421,2425],{"type":35,"tag":432,"props":2418,"children":2419},{"style":439},[2420],{"type":44,"value":699},{"type":35,"tag":432,"props":2422,"children":2423},{"style":445},[2424],{"type":44,"value":448},{"type":35,"tag":432,"props":2426,"children":2427},{"style":471},[2428],{"type":44,"value":708},{"type":35,"tag":432,"props":2430,"children":2431},{"class":434,"line":711},[2432,2436,2440],{"type":35,"tag":432,"props":2433,"children":2434},{"style":439},[2435],{"type":44,"value":717},{"type":35,"tag":432,"props":2437,"children":2438},{"style":445},[2439],{"type":44,"value":448},{"type":35,"tag":432,"props":2441,"children":2442},{"style":451},[2443],{"type":44,"value":726},{"type":35,"tag":432,"props":2445,"children":2446},{"class":434,"line":729},[2447,2451,2455],{"type":35,"tag":432,"props":2448,"children":2449},{"style":439},[2450],{"type":44,"value":735},{"type":35,"tag":432,"props":2452,"children":2453},{"style":445},[2454],{"type":44,"value":448},{"type":35,"tag":432,"props":2456,"children":2457},{"style":451},[2458],{"type":44,"value":744},{"type":35,"tag":432,"props":2460,"children":2461},{"class":434,"line":747},[2462,2466,2470],{"type":35,"tag":432,"props":2463,"children":2464},{"style":439},[2465],{"type":44,"value":753},{"type":35,"tag":432,"props":2467,"children":2468},{"style":445},[2469],{"type":44,"value":448},{"type":35,"tag":432,"props":2471,"children":2472},{"style":451},[2473],{"type":44,"value":762},{"type":35,"tag":432,"props":2475,"children":2476},{"class":434,"line":765},[2477,2481,2485],{"type":35,"tag":432,"props":2478,"children":2479},{"style":439},[2480],{"type":44,"value":771},{"type":35,"tag":432,"props":2482,"children":2483},{"style":445},[2484],{"type":44,"value":448},{"type":35,"tag":432,"props":2486,"children":2487},{"style":451},[2488],{"type":44,"value":780},{"type":35,"tag":36,"props":2490,"children":2491},{},[2492,2493,2497,2498,2502,2503,2507],{"type":44,"value":785},{"type":35,"tag":428,"props":2494,"children":2495},{"className":7},[2496],{"type":44,"value":790},{"type":44,"value":792},{"type":35,"tag":428,"props":2499,"children":2500},{"className":7},[2501],{"type":44,"value":797},{"type":44,"value":799},{"type":35,"tag":428,"props":2504,"children":2505},{"className":7},[2506],{"type":44,"value":804},{"type":44,"value":806},{"type":35,"tag":414,"props":2509,"children":2510},{"id":809},[2511],{"type":44,"value":812},{"type":35,"tag":36,"props":2513,"children":2514},{},[2515,2516,2520],{"type":44,"value":817},{"type":35,"tag":428,"props":2517,"children":2518},{"className":7},[2519],{"type":44,"value":822},{"type":44,"value":824},{"type":35,"tag":421,"props":2522,"children":2523},{"className":423,"code":827,"language":425,"meta":7,"style":7},[2524],{"type":35,"tag":428,"props":2525,"children":2526},{"__ignoreMap":7},[2527,2542,2549,2560,2571,2582,2593,2600,2611,2622,2637,2652,2667,2678,2697,2712,2723,2738,2753,2768,2783,2798,2813,2828,2835,2842,2849,2856],{"type":35,"tag":432,"props":2528,"children":2529},{"class":434,"line":435},[2530,2534,2538],{"type":35,"tag":432,"props":2531,"children":2532},{"style":439},[2533],{"type":44,"value":442},{"type":35,"tag":432,"props":2535,"children":2536},{"style":445},[2537],{"type":44,"value":448},{"type":35,"tag":432,"props":2539,"children":2540},{"style":451},[2541],{"type":44,"value":454},{"type":35,"tag":432,"props":2543,"children":2544},{"class":434,"line":457},[2545],{"type":35,"tag":432,"props":2546,"children":2547},{"emptyLinePlaceholder":461},[2548],{"type":44,"value":464},{"type":35,"tag":432,"props":2550,"children":2551},{"class":434,"line":467},[2552,2556],{"type":35,"tag":432,"props":2553,"children":2554},{"style":471},[2555],{"type":44,"value":474},{"type":35,"tag":432,"props":2557,"children":2558},{"style":445},[2559],{"type":44,"value":479},{"type":35,"tag":432,"props":2561,"children":2562},{"class":434,"line":482},[2563,2567],{"type":35,"tag":432,"props":2564,"children":2565},{"style":439},[2566],{"type":44,"value":872},{"type":35,"tag":432,"props":2568,"children":2569},{"style":445},[2570],{"type":44,"value":479},{"type":35,"tag":432,"props":2572,"children":2573},{"class":434,"line":495},[2574,2578],{"type":35,"tag":432,"props":2575,"children":2576},{"style":439},[2577],{"type":44,"value":884},{"type":35,"tag":432,"props":2579,"children":2580},{"style":445},[2581],{"type":44,"value":479},{"type":35,"tag":432,"props":2583,"children":2584},{"class":434,"line":508},[2585,2589],{"type":35,"tag":432,"props":2586,"children":2587},{"style":445},[2588],{"type":44,"value":514},{"type":35,"tag":432,"props":2590,"children":2591},{"style":451},[2592],{"type":44,"value":900},{"type":35,"tag":432,"props":2594,"children":2595},{"class":434,"line":522},[2596],{"type":35,"tag":432,"props":2597,"children":2598},{"emptyLinePlaceholder":461},[2599],{"type":44,"value":464},{"type":35,"tag":432,"props":2601,"children":2602},{"class":434,"line":530},[2603,2607],{"type":35,"tag":432,"props":2604,"children":2605},{"style":439},[2606],{"type":44,"value":536},{"type":35,"tag":432,"props":2608,"children":2609},{"style":445},[2610],{"type":44,"value":479},{"type":35,"tag":432,"props":2612,"children":2613},{"class":434,"line":543},[2614,2618],{"type":35,"tag":432,"props":2615,"children":2616},{"style":439},[2617],{"type":44,"value":926},{"type":35,"tag":432,"props":2619,"children":2620},{"style":445},[2621],{"type":44,"value":479},{"type":35,"tag":432,"props":2623,"children":2624},{"class":434,"line":556},[2625,2629,2633],{"type":35,"tag":432,"props":2626,"children":2627},{"style":439},[2628],{"type":44,"value":562},{"type":35,"tag":432,"props":2630,"children":2631},{"style":445},[2632],{"type":44,"value":448},{"type":35,"tag":432,"props":2634,"children":2635},{"style":451},[2636],{"type":44,"value":571},{"type":35,"tag":432,"props":2638,"children":2639},{"class":434,"line":574},[2640,2644,2648],{"type":35,"tag":432,"props":2641,"children":2642},{"style":439},[2643],{"type":44,"value":580},{"type":35,"tag":432,"props":2645,"children":2646},{"style":445},[2647],{"type":44,"value":448},{"type":35,"tag":432,"props":2649,"children":2650},{"style":451},[2651],{"type":44,"value":961},{"type":35,"tag":432,"props":2653,"children":2654},{"class":434,"line":592},[2655,2659,2663],{"type":35,"tag":432,"props":2656,"children":2657},{"style":439},[2658],{"type":44,"value":598},{"type":35,"tag":432,"props":2660,"children":2661},{"style":445},[2662],{"type":44,"value":448},{"type":35,"tag":432,"props":2664,"children":2665},{"style":451},[2666],{"type":44,"value":977},{"type":35,"tag":432,"props":2668,"children":2669},{"class":434,"line":610},[2670,2674],{"type":35,"tag":432,"props":2671,"children":2672},{"style":439},[2673],{"type":44,"value":616},{"type":35,"tag":432,"props":2675,"children":2676},{"style":445},[2677],{"type":44,"value":479},{"type":35,"tag":432,"props":2679,"children":2680},{"class":434,"line":623},[2681,2685,2689,2693],{"type":35,"tag":432,"props":2682,"children":2683},{"style":445},[2684],{"type":44,"value":514},{"type":35,"tag":432,"props":2686,"children":2687},{"style":439},[2688],{"type":44,"value":442},{"type":35,"tag":432,"props":2690,"children":2691},{"style":445},[2692],{"type":44,"value":448},{"type":35,"tag":432,"props":2694,"children":2695},{"style":451},[2696],{"type":44,"value":977},{"type":35,"tag":432,"props":2698,"children":2699},{"class":434,"line":644},[2700,2704,2708],{"type":35,"tag":432,"props":2701,"children":2702},{"style":439},[2703],{"type":44,"value":650},{"type":35,"tag":432,"props":2705,"children":2706},{"style":445},[2707],{"type":44,"value":448},{"type":35,"tag":432,"props":2709,"children":2710},{"style":451},[2711],{"type":44,"value":659},{"type":35,"tag":432,"props":2713,"children":2714},{"class":434,"line":662},[2715,2719],{"type":35,"tag":432,"props":2716,"children":2717},{"style":439},[2718],{"type":44,"value":668},{"type":35,"tag":432,"props":2720,"children":2721},{"style":445},[2722],{"type":44,"value":479},{"type":35,"tag":432,"props":2724,"children":2725},{"class":434,"line":675},[2726,2730,2734],{"type":35,"tag":432,"props":2727,"children":2728},{"style":439},[2729],{"type":44,"value":681},{"type":35,"tag":432,"props":2731,"children":2732},{"style":445},[2733],{"type":44,"value":448},{"type":35,"tag":432,"props":2735,"children":2736},{"style":451},[2737],{"type":44,"value":690},{"type":35,"tag":432,"props":2739,"children":2740},{"class":434,"line":693},[2741,2745,2749],{"type":35,"tag":432,"props":2742,"children":2743},{"style":439},[2744],{"type":44,"value":699},{"type":35,"tag":432,"props":2746,"children":2747},{"style":445},[2748],{"type":44,"value":448},{"type":35,"tag":432,"props":2750,"children":2751},{"style":471},[2752],{"type":44,"value":708},{"type":35,"tag":432,"props":2754,"children":2755},{"class":434,"line":711},[2756,2760,2764],{"type":35,"tag":432,"props":2757,"children":2758},{"style":439},[2759],{"type":44,"value":717},{"type":35,"tag":432,"props":2761,"children":2762},{"style":445},[2763],{"type":44,"value":448},{"type":35,"tag":432,"props":2765,"children":2766},{"style":451},[2767],{"type":44,"value":726},{"type":35,"tag":432,"props":2769,"children":2770},{"class":434,"line":729},[2771,2775,2779],{"type":35,"tag":432,"props":2772,"children":2773},{"style":439},[2774],{"type":44,"value":735},{"type":35,"tag":432,"props":2776,"children":2777},{"style":445},[2778],{"type":44,"value":448},{"type":35,"tag":432,"props":2780,"children":2781},{"style":451},[2782],{"type":44,"value":1094},{"type":35,"tag":432,"props":2784,"children":2785},{"class":434,"line":747},[2786,2790,2794],{"type":35,"tag":432,"props":2787,"children":2788},{"style":439},[2789],{"type":44,"value":753},{"type":35,"tag":432,"props":2791,"children":2792},{"style":445},[2793],{"type":44,"value":448},{"type":35,"tag":432,"props":2795,"children":2796},{"style":451},[2797],{"type":44,"value":762},{"type":35,"tag":432,"props":2799,"children":2800},{"class":434,"line":765},[2801,2805,2809],{"type":35,"tag":432,"props":2802,"children":2803},{"style":439},[2804],{"type":44,"value":771},{"type":35,"tag":432,"props":2806,"children":2807},{"style":445},[2808],{"type":44,"value":448},{"type":35,"tag":432,"props":2810,"children":2811},{"style":451},[2812],{"type":44,"value":1125},{"type":35,"tag":432,"props":2814,"children":2815},{"class":434,"line":1128},[2816,2820,2824],{"type":35,"tag":432,"props":2817,"children":2818},{"style":439},[2819],{"type":44,"value":1134},{"type":35,"tag":432,"props":2821,"children":2822},{"style":445},[2823],{"type":44,"value":448},{"type":35,"tag":432,"props":2825,"children":2826},{"style":1141},[2827],{"type":44,"value":1144},{"type":35,"tag":432,"props":2829,"children":2830},{"class":434,"line":1147},[2831],{"type":35,"tag":432,"props":2832,"children":2833},{"style":451},[2834],{"type":44,"value":1153},{"type":35,"tag":432,"props":2836,"children":2837},{"class":434,"line":1156},[2838],{"type":35,"tag":432,"props":2839,"children":2840},{"emptyLinePlaceholder":461},[2841],{"type":44,"value":464},{"type":35,"tag":432,"props":2843,"children":2844},{"class":434,"line":1164},[2845],{"type":35,"tag":432,"props":2846,"children":2847},{"style":451},[2848],{"type":44,"value":1170},{"type":35,"tag":432,"props":2850,"children":2851},{"class":434,"line":1173},[2852],{"type":35,"tag":432,"props":2853,"children":2854},{"emptyLinePlaceholder":461},[2855],{"type":44,"value":464},{"type":35,"tag":432,"props":2857,"children":2858},{"class":434,"line":1181},[2859],{"type":35,"tag":432,"props":2860,"children":2861},{"style":451},[2862],{"type":44,"value":1187},{"type":35,"tag":36,"props":2864,"children":2865},{},[2866,2867,2871],{"type":44,"value":1192},{"type":35,"tag":428,"props":2868,"children":2869},{"className":7},[2870],{"type":44,"value":286},{"type":44,"value":1198},{"type":35,"tag":36,"props":2873,"children":2874},{},[2875],{"type":35,"tag":232,"props":2876,"children":2877},{"alt":1204,"src":1205},[],{"type":35,"tag":414,"props":2879,"children":2880},{"id":1209},[2881],{"type":44,"value":1212},{"type":35,"tag":36,"props":2883,"children":2884},{},[2885,2886,2890,2891,2895],{"type":44,"value":1217},{"type":35,"tag":428,"props":2887,"children":2888},{"className":7},[2889],{"type":44,"value":1222},{"type":44,"value":67},{"type":35,"tag":428,"props":2892,"children":2893},{"className":7},[2894],{"type":44,"value":1228},{"type":44,"value":1230},{"type":35,"tag":421,"props":2897,"children":2898},{"className":423,"code":1233,"language":425,"meta":7,"style":7},[2899],{"type":35,"tag":428,"props":2900,"children":2901},{"__ignoreMap":7},[2902,2913,2924,2951,2958,2969,2980,2995,3010,3025,3036,3055,3070,3081,3096,3111,3126,3141],{"type":35,"tag":432,"props":2903,"children":2904},{"class":434,"line":435},[2905,2909],{"type":35,"tag":432,"props":2906,"children":2907},{"style":471},[2908],{"type":44,"value":474},{"type":35,"tag":432,"props":2910,"children":2911},{"style":445},[2912],{"type":44,"value":479},{"type":35,"tag":432,"props":2914,"children":2915},{"class":434,"line":457},[2916,2920],{"type":35,"tag":432,"props":2917,"children":2918},{"style":439},[2919],{"type":44,"value":1256},{"type":35,"tag":432,"props":2921,"children":2922},{"style":445},[2923],{"type":44,"value":479},{"type":35,"tag":432,"props":2925,"children":2926},{"class":434,"line":467},[2927,2931,2935,2939,2943,2947],{"type":35,"tag":432,"props":2928,"children":2929},{"style":439},[2930],{"type":44,"value":501},{"type":35,"tag":432,"props":2932,"children":2933},{"style":445},[2934],{"type":44,"value":1272},{"type":35,"tag":432,"props":2936,"children":2937},{"style":451},[2938],{"type":44,"value":1222},{"type":35,"tag":432,"props":2940,"children":2941},{"style":445},[2942],{"type":44,"value":1281},{"type":35,"tag":432,"props":2944,"children":2945},{"style":451},[2946],{"type":44,"value":1228},{"type":35,"tag":432,"props":2948,"children":2949},{"style":445},[2950],{"type":44,"value":1290},{"type":35,"tag":432,"props":2952,"children":2953},{"class":434,"line":482},[2954],{"type":35,"tag":432,"props":2955,"children":2956},{"emptyLinePlaceholder":461},[2957],{"type":44,"value":464},{"type":35,"tag":432,"props":2959,"children":2960},{"class":434,"line":495},[2961,2965],{"type":35,"tag":432,"props":2962,"children":2963},{"style":439},[2964],{"type":44,"value":536},{"type":35,"tag":432,"props":2966,"children":2967},{"style":445},[2968],{"type":44,"value":479},{"type":35,"tag":432,"props":2970,"children":2971},{"class":434,"line":508},[2972,2976],{"type":35,"tag":432,"props":2973,"children":2974},{"style":439},[2975],{"type":44,"value":1316},{"type":35,"tag":432,"props":2977,"children":2978},{"style":445},[2979],{"type":44,"value":479},{"type":35,"tag":432,"props":2981,"children":2982},{"class":434,"line":522},[2983,2987,2991],{"type":35,"tag":432,"props":2984,"children":2985},{"style":439},[2986],{"type":44,"value":562},{"type":35,"tag":432,"props":2988,"children":2989},{"style":445},[2990],{"type":44,"value":448},{"type":35,"tag":432,"props":2992,"children":2993},{"style":451},[2994],{"type":44,"value":571},{"type":35,"tag":432,"props":2996,"children":2997},{"class":434,"line":530},[2998,3002,3006],{"type":35,"tag":432,"props":2999,"children":3000},{"style":439},[3001],{"type":44,"value":580},{"type":35,"tag":432,"props":3003,"children":3004},{"style":445},[3005],{"type":44,"value":448},{"type":35,"tag":432,"props":3007,"children":3008},{"style":451},[3009],{"type":44,"value":1351},{"type":35,"tag":432,"props":3011,"children":3012},{"class":434,"line":543},[3013,3017,3021],{"type":35,"tag":432,"props":3014,"children":3015},{"style":439},[3016],{"type":44,"value":598},{"type":35,"tag":432,"props":3018,"children":3019},{"style":445},[3020],{"type":44,"value":448},{"type":35,"tag":432,"props":3022,"children":3023},{"style":451},[3024],{"type":44,"value":1367},{"type":35,"tag":432,"props":3026,"children":3027},{"class":434,"line":556},[3028,3032],{"type":35,"tag":432,"props":3029,"children":3030},{"style":439},[3031],{"type":44,"value":616},{"type":35,"tag":432,"props":3033,"children":3034},{"style":445},[3035],{"type":44,"value":479},{"type":35,"tag":432,"props":3037,"children":3038},{"class":434,"line":574},[3039,3043,3047,3051],{"type":35,"tag":432,"props":3040,"children":3041},{"style":445},[3042],{"type":44,"value":514},{"type":35,"tag":432,"props":3044,"children":3045},{"style":439},[3046],{"type":44,"value":442},{"type":35,"tag":432,"props":3048,"children":3049},{"style":445},[3050],{"type":44,"value":448},{"type":35,"tag":432,"props":3052,"children":3053},{"style":451},[3054],{"type":44,"value":1367},{"type":35,"tag":432,"props":3056,"children":3057},{"class":434,"line":592},[3058,3062,3066],{"type":35,"tag":432,"props":3059,"children":3060},{"style":439},[3061],{"type":44,"value":650},{"type":35,"tag":432,"props":3063,"children":3064},{"style":445},[3065],{"type":44,"value":448},{"type":35,"tag":432,"props":3067,"children":3068},{"style":451},[3069],{"type":44,"value":659},{"type":35,"tag":432,"props":3071,"children":3072},{"class":434,"line":610},[3073,3077],{"type":35,"tag":432,"props":3074,"children":3075},{"style":439},[3076],{"type":44,"value":668},{"type":35,"tag":432,"props":3078,"children":3079},{"style":445},[3080],{"type":44,"value":479},{"type":35,"tag":432,"props":3082,"children":3083},{"class":434,"line":623},[3084,3088,3092],{"type":35,"tag":432,"props":3085,"children":3086},{"style":439},[3087],{"type":44,"value":681},{"type":35,"tag":432,"props":3089,"children":3090},{"style":445},[3091],{"type":44,"value":448},{"type":35,"tag":432,"props":3093,"children":3094},{"style":451},[3095],{"type":44,"value":690},{"type":35,"tag":432,"props":3097,"children":3098},{"class":434,"line":644},[3099,3103,3107],{"type":35,"tag":432,"props":3100,"children":3101},{"style":439},[3102],{"type":44,"value":699},{"type":35,"tag":432,"props":3104,"children":3105},{"style":445},[3106],{"type":44,"value":448},{"type":35,"tag":432,"props":3108,"children":3109},{"style":471},[3110],{"type":44,"value":708},{"type":35,"tag":432,"props":3112,"children":3113},{"class":434,"line":662},[3114,3118,3122],{"type":35,"tag":432,"props":3115,"children":3116},{"style":439},[3117],{"type":44,"value":717},{"type":35,"tag":432,"props":3119,"children":3120},{"style":445},[3121],{"type":44,"value":448},{"type":35,"tag":432,"props":3123,"children":3124},{"style":451},[3125],{"type":44,"value":726},{"type":35,"tag":432,"props":3127,"children":3128},{"class":434,"line":675},[3129,3133,3137],{"type":35,"tag":432,"props":3130,"children":3131},{"style":439},[3132],{"type":44,"value":735},{"type":35,"tag":432,"props":3134,"children":3135},{"style":445},[3136],{"type":44,"value":448},{"type":35,"tag":432,"props":3138,"children":3139},{"style":451},[3140],{"type":44,"value":1484},{"type":35,"tag":432,"props":3142,"children":3143},{"class":434,"line":693},[3144,3148,3152],{"type":35,"tag":432,"props":3145,"children":3146},{"style":439},[3147],{"type":44,"value":753},{"type":35,"tag":432,"props":3149,"children":3150},{"style":445},[3151],{"type":44,"value":448},{"type":35,"tag":432,"props":3153,"children":3154},{"style":451},[3155],{"type":44,"value":1500},{"type":35,"tag":36,"props":3157,"children":3158},{},[3159],{"type":35,"tag":232,"props":3160,"children":3161},{"alt":1506,"src":1507},[],{"type":35,"tag":414,"props":3163,"children":3164},{"id":1511},[3165],{"type":44,"value":1514},{"type":35,"tag":36,"props":3167,"children":3168},{},[3169,3170,3174],{"type":44,"value":1519},{"type":35,"tag":428,"props":3171,"children":3172},{"className":7},[3173],{"type":44,"value":316},{"type":44,"value":1525},{"type":35,"tag":421,"props":3176,"children":3177},{"className":423,"code":1528,"language":425,"meta":7,"style":7},[3178],{"type":35,"tag":428,"props":3179,"children":3180},{"__ignoreMap":7},[3181,3196,3203,3214,3225,3236,3247,3254,3265,3276,3291,3306,3321,3332,3351,3366,3377,3392,3407,3422,3437,3452],{"type":35,"tag":432,"props":3182,"children":3183},{"class":434,"line":435},[3184,3188,3192],{"type":35,"tag":432,"props":3185,"children":3186},{"style":439},[3187],{"type":44,"value":442},{"type":35,"tag":432,"props":3189,"children":3190},{"style":445},[3191],{"type":44,"value":448},{"type":35,"tag":432,"props":3193,"children":3194},{"style":451},[3195],{"type":44,"value":454},{"type":35,"tag":432,"props":3197,"children":3198},{"class":434,"line":457},[3199],{"type":35,"tag":432,"props":3200,"children":3201},{"emptyLinePlaceholder":461},[3202],{"type":44,"value":464},{"type":35,"tag":432,"props":3204,"children":3205},{"class":434,"line":467},[3206,3210],{"type":35,"tag":432,"props":3207,"children":3208},{"style":471},[3209],{"type":44,"value":474},{"type":35,"tag":432,"props":3211,"children":3212},{"style":445},[3213],{"type":44,"value":479},{"type":35,"tag":432,"props":3215,"children":3216},{"class":434,"line":482},[3217,3221],{"type":35,"tag":432,"props":3218,"children":3219},{"style":439},[3220],{"type":44,"value":1573},{"type":35,"tag":432,"props":3222,"children":3223},{"style":445},[3224],{"type":44,"value":479},{"type":35,"tag":432,"props":3226,"children":3227},{"class":434,"line":495},[3228,3232],{"type":35,"tag":432,"props":3229,"children":3230},{"style":439},[3231],{"type":44,"value":501},{"type":35,"tag":432,"props":3233,"children":3234},{"style":445},[3235],{"type":44,"value":479},{"type":35,"tag":432,"props":3237,"children":3238},{"class":434,"line":508},[3239,3243],{"type":35,"tag":432,"props":3240,"children":3241},{"style":445},[3242],{"type":44,"value":514},{"type":35,"tag":432,"props":3244,"children":3245},{"style":451},[3246],{"type":44,"value":1600},{"type":35,"tag":432,"props":3248,"children":3249},{"class":434,"line":522},[3250],{"type":35,"tag":432,"props":3251,"children":3252},{"emptyLinePlaceholder":461},[3253],{"type":44,"value":464},{"type":35,"tag":432,"props":3255,"children":3256},{"class":434,"line":530},[3257,3261],{"type":35,"tag":432,"props":3258,"children":3259},{"style":439},[3260],{"type":44,"value":536},{"type":35,"tag":432,"props":3262,"children":3263},{"style":445},[3264],{"type":44,"value":479},{"type":35,"tag":432,"props":3266,"children":3267},{"class":434,"line":543},[3268,3272],{"type":35,"tag":432,"props":3269,"children":3270},{"style":439},[3271],{"type":44,"value":1626},{"type":35,"tag":432,"props":3273,"children":3274},{"style":445},[3275],{"type":44,"value":479},{"type":35,"tag":432,"props":3277,"children":3278},{"class":434,"line":556},[3279,3283,3287],{"type":35,"tag":432,"props":3280,"children":3281},{"style":439},[3282],{"type":44,"value":562},{"type":35,"tag":432,"props":3284,"children":3285},{"style":445},[3286],{"type":44,"value":448},{"type":35,"tag":432,"props":3288,"children":3289},{"style":451},[3290],{"type":44,"value":571},{"type":35,"tag":432,"props":3292,"children":3293},{"class":434,"line":574},[3294,3298,3302],{"type":35,"tag":432,"props":3295,"children":3296},{"style":439},[3297],{"type":44,"value":580},{"type":35,"tag":432,"props":3299,"children":3300},{"style":445},[3301],{"type":44,"value":448},{"type":35,"tag":432,"props":3303,"children":3304},{"style":451},[3305],{"type":44,"value":1661},{"type":35,"tag":432,"props":3307,"children":3308},{"class":434,"line":592},[3309,3313,3317],{"type":35,"tag":432,"props":3310,"children":3311},{"style":439},[3312],{"type":44,"value":598},{"type":35,"tag":432,"props":3314,"children":3315},{"style":445},[3316],{"type":44,"value":448},{"type":35,"tag":432,"props":3318,"children":3319},{"style":451},[3320],{"type":44,"value":1677},{"type":35,"tag":432,"props":3322,"children":3323},{"class":434,"line":610},[3324,3328],{"type":35,"tag":432,"props":3325,"children":3326},{"style":439},[3327],{"type":44,"value":616},{"type":35,"tag":432,"props":3329,"children":3330},{"style":445},[3331],{"type":44,"value":479},{"type":35,"tag":432,"props":3333,"children":3334},{"class":434,"line":623},[3335,3339,3343,3347],{"type":35,"tag":432,"props":3336,"children":3337},{"style":445},[3338],{"type":44,"value":514},{"type":35,"tag":432,"props":3340,"children":3341},{"style":439},[3342],{"type":44,"value":442},{"type":35,"tag":432,"props":3344,"children":3345},{"style":445},[3346],{"type":44,"value":448},{"type":35,"tag":432,"props":3348,"children":3349},{"style":451},[3350],{"type":44,"value":1708},{"type":35,"tag":432,"props":3352,"children":3353},{"class":434,"line":644},[3354,3358,3362],{"type":35,"tag":432,"props":3355,"children":3356},{"style":439},[3357],{"type":44,"value":650},{"type":35,"tag":432,"props":3359,"children":3360},{"style":445},[3361],{"type":44,"value":448},{"type":35,"tag":432,"props":3363,"children":3364},{"style":451},[3365],{"type":44,"value":659},{"type":35,"tag":432,"props":3367,"children":3368},{"class":434,"line":662},[3369,3373],{"type":35,"tag":432,"props":3370,"children":3371},{"style":439},[3372],{"type":44,"value":668},{"type":35,"tag":432,"props":3374,"children":3375},{"style":445},[3376],{"type":44,"value":479},{"type":35,"tag":432,"props":3378,"children":3379},{"class":434,"line":675},[3380,3384,3388],{"type":35,"tag":432,"props":3381,"children":3382},{"style":439},[3383],{"type":44,"value":681},{"type":35,"tag":432,"props":3385,"children":3386},{"style":445},[3387],{"type":44,"value":448},{"type":35,"tag":432,"props":3389,"children":3390},{"style":451},[3391],{"type":44,"value":690},{"type":35,"tag":432,"props":3393,"children":3394},{"class":434,"line":693},[3395,3399,3403],{"type":35,"tag":432,"props":3396,"children":3397},{"style":439},[3398],{"type":44,"value":699},{"type":35,"tag":432,"props":3400,"children":3401},{"style":445},[3402],{"type":44,"value":448},{"type":35,"tag":432,"props":3404,"children":3405},{"style":471},[3406],{"type":44,"value":708},{"type":35,"tag":432,"props":3408,"children":3409},{"class":434,"line":711},[3410,3414,3418],{"type":35,"tag":432,"props":3411,"children":3412},{"style":439},[3413],{"type":44,"value":717},{"type":35,"tag":432,"props":3415,"children":3416},{"style":445},[3417],{"type":44,"value":448},{"type":35,"tag":432,"props":3419,"children":3420},{"style":451},[3421],{"type":44,"value":726},{"type":35,"tag":432,"props":3423,"children":3424},{"class":434,"line":729},[3425,3429,3433],{"type":35,"tag":432,"props":3426,"children":3427},{"style":439},[3428],{"type":44,"value":735},{"type":35,"tag":432,"props":3430,"children":3431},{"style":445},[3432],{"type":44,"value":448},{"type":35,"tag":432,"props":3434,"children":3435},{"style":451},[3436],{"type":44,"value":1484},{"type":35,"tag":432,"props":3438,"children":3439},{"class":434,"line":747},[3440,3444,3448],{"type":35,"tag":432,"props":3441,"children":3442},{"style":439},[3443],{"type":44,"value":753},{"type":35,"tag":432,"props":3445,"children":3446},{"style":445},[3447],{"type":44,"value":448},{"type":35,"tag":432,"props":3449,"children":3450},{"style":451},[3451],{"type":44,"value":1810},{"type":35,"tag":432,"props":3453,"children":3454},{"class":434,"line":765},[3455,3459,3463],{"type":35,"tag":432,"props":3456,"children":3457},{"style":439},[3458],{"type":44,"value":1818},{"type":35,"tag":432,"props":3460,"children":3461},{"style":445},[3462],{"type":44,"value":448},{"type":35,"tag":432,"props":3464,"children":3465},{"style":451},[3466],{"type":44,"value":1827},{"type":35,"tag":36,"props":3468,"children":3469},{},[3470],{"type":35,"tag":232,"props":3471,"children":3472},{"alt":1506,"src":1833},[],{"type":35,"tag":36,"props":3474,"children":3475},{},[3476],{"type":44,"value":1839},{"type":35,"tag":161,"props":3478,"children":3479},{"id":1842},[3480],{"type":44,"value":1845},{"type":35,"tag":36,"props":3482,"children":3483},{},[3484],{"type":44,"value":1850},{"type":35,"tag":36,"props":3486,"children":3487},{},[3488],{"type":44,"value":1855},{"type":35,"tag":36,"props":3490,"children":3491},{},[3492],{"type":44,"value":1860},{"type":35,"tag":1862,"props":3494,"children":3495},{},[3496],{"type":44,"value":1866},{"title":7,"searchDepth":457,"depth":457,"links":3498},[3499,3500,3501,3507],{"id":163,"depth":457,"text":166},{"id":244,"depth":457,"text":247},{"id":395,"depth":457,"text":398,"children":3502},[3503,3504,3505,3506],{"id":416,"depth":467,"text":419},{"id":809,"depth":467,"text":812},{"id":1209,"depth":467,"text":1212},{"id":1511,"depth":467,"text":1514},{"id":1842,"depth":457,"text":1845},1782602788199]