-
Notifications
You must be signed in to change notification settings - Fork 2
feat(core): update workflow for jira action #91
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
base: GH-9
Are you sure you want to change the base?
Conversation
1c49bec to
cd41b4a
Compare
cd41b4a to
9d11f41
Compare
projects/workflows-creator/sourceloop-workflows-creator-1.0.0.tgz
Outdated
Show resolved
Hide resolved
projects/workflows-creator/src/lib/services/statement/actions/createjira.action.ts
Outdated
Show resolved
Hide resolved
projects/workflows-creator/src/lib/services/statement/inputs/jira-account-connect.input.ts
Outdated
Show resolved
Hide resolved
| : input.suffix) || '' | ||
| }} | ||
| <ng-container *ngIf="input.nextLine; else defaultInput"> | ||
| <div class="input-next-line"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we are adding if and else block only for adding input-next-line class, then can't we use something like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not just adding class, we are adding div with class here. to render inputs in multiline and second one all inputs in same line
projects/workflows-creator/src/lib/services/bpmn/elements/tasks/create-jira-issue.task.ts
Outdated
Show resolved
Hide resolved
samarpan-b
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to be discussed and reviewed with @akshatdubeysf
9d11f41 to
b6ddc66
Compare
b6ddc66 to
43073ed
Compare
Description
Screen.Recording.2025-11-03.at.11.39.10.AM.mov
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: