-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wip] feat: added label and assignee to the create issue #692
base: main
Are you sure you want to change the base?
[wip] feat: added label and assignee to the create issue #692
Conversation
@jvallesm Can you help me here? I wanted to test the create issue component in pipeline, but I am unable to do so, here is my script:
When running the pipeline I am getting 204, but the response is empty. Also I can't see the epic in JIRA. This is the console log, |
Hi @sahil9001 , You have to add the input in the tasks.json for Jira. Please feel free to ask any question if you meet the further questions. |
Thanks @chuang8511 , can you help me further, for some reason when I am putting the value in |
@sahil9001
No, we do not have video.
If you make sure the json is right, the reason why it doesn't show up in UI could be
How about you push your modification on json? And, another quick way is to check other json as reference. |
Actually I am unclear about what to update in that JSON (as I can't see a field to add there), I am asking for a working example if you have. What is the problem with my variable input which I was doing earlier? |
Hi @sahil9001 |
I think this part will come when I need to check my assignee or label changes, currently I am just checking what the base component is by running it, and I am unable to provide an input from the UI. |
What do you mean "unable to provide an input from the UI" specifically? |
Hello @sahil9001, have you joined our Discord group yet? May I suggest you attend any of our office hours sessions (every Tuesday at 3 pm BST or Thursday at 6 pm BST) so we can walk-through and troubleshoot your issue together? You can join our discord here: https://discord.gg/sevxWsqpGh |
Sure, thanks for this. |
Because
This commit
Relates to [Jira] Add inputs to “Create Issue” with “priority”, “label”, "assignee" instill-core#1094