Skip to content
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

Shift the jql construction to the user #126

Closed
sgkiokas opened this issue Apr 12, 2021 · 0 comments
Closed

Shift the jql construction to the user #126

sgkiokas opened this issue Apr 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sgkiokas
Copy link
Contributor

sgkiokas commented Apr 12, 2021

It has been spotted that the users of the action would like to be able to pick and choose which of the fields of an issue would like to be populated with specific values (e.g. Epic Name, Team etc.). This will make it easier for them to automatically link the issues created by the action with pre-existing Kanban boards, Dashboards, team of assignees and so on and so forth.

Currently, we provide rather a rigid form of jql query for such actions as shown here. The suggestion here is to move the basic parts of the query to the workflow.yaml file.

@sgkiokas sgkiokas added the enhancement New feature or request label Apr 12, 2021
@sgkiokas sgkiokas self-assigned this Sep 6, 2021
sgkiokas added a commit that referenced this issue Sep 7, 2021
As per title.

Contributes to: #126

Signed-off-by: Stelios Gkiokas <[email protected]>
sgkiokas added a commit that referenced this issue Sep 7, 2021
* feat: Shift the jql construction to the user

This PR:
- shifts the jql construction is shifted to the user by letting him specify the criteria of how to search of resolved and open issues as part of the action's duplication mechanism prevention
- prints more info when an error occurs in a REST call to Jira
- fixes a bug with the UPLOAD_FILES parameter and with the search criteria of the issues that are already open
- updates the unit tests

Contributes to: #126

Signed-off-by: Stelios Gkiokas <[email protected]>
@sgkiokas sgkiokas closed this as completed Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant