The Editor
Discover a versatile code editor seamlessly integrated within our platform, providing an optimal environment for your coding endeavors. Here, you'll find a range of helpful code snippets carefully curated to simplify your workflow.
Additionally, benefit from intelligent code completions that offer valuable suggestions as you type. It's a polished tool crafted to enhance productivity and streamline your development experience.
Autocomplete
Most part of our context variables or important functions are available via autocomplete, example:
If you want to connect to a confluence instance, by typing “conf", the autocomplete will suggest you the code, so you can press Enter and ..
This applies to almost all functionality on the instance and we are always adding more autocomplete options to make your development more Agile.
Snippets
Snippet is a programming term for a small region of re-usable source code, machine code, or text. Ordinarily, these are formally defined operative units to incorporate into larger programming modules.
To configure your snippets
Go to your Settings Page.
Click on the tab Snippets
Manage your Snippets.
You can create, update and delete snippets.
important
1. You can’t update the name or key of a snippet, only its code.
2. The deletion of a snippet does not affect your code, this is a development functionality only.
Easy for Jira - Python Automations, 2023