Hello, there are issuers belonging to our projects in Gitlab. I need to transfer all of these issuers to jira together with the isseu title and description comments and most importantly the time tracking time information information that the assigned person enters on gitlab. While doing this, the isseu’s in jira should be created in the same way and the time tracking information should be correctly displayed in the jira worklog together with the descriptions and comments of the assigned person. Can I do this with n8n? I need support in this regard. Since I am new to N8n, I am just learning, I would be glad if you can guide me step by step.
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
n8n version : 1.70.3
Database : SQlite
N8n Executions_process settigns: own
n8n : Docker
Operation System : Debian 12
Welcome to the community @Alper_AYKUT !
Tip for sharing information
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </>
(preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
I would suggest the following steps for you since you are new
- Learn some n8n stuff first and start building your workflow. If you get stuck at any point ask a specific question here in the forum:
- Hire an expert to build the workflow for you, n8n experts.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.