-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
Refactor of Jira Export Plugin #1086
Conversation
allure-jira-commons/src/main/java/io/qameta/allure/jira/StatusColor.java
Outdated
Show resolved
Hide resolved
allure-jira-commons/src/main/java/io/qameta/allure/jira/StatusColor.java
Outdated
Show resolved
Hide resolved
allure-jira-commons/src/main/java/io/qameta/allure/jira/StatusColor.java
Outdated
Show resolved
Hide resolved
allure-jira-commons/src/main/java/io/qameta/allure/jira/StatusColor.java
Outdated
Show resolved
Hide resolved
allure-jira-commons/src/main/java/io/qameta/allure/jira/StatusColor.java
Outdated
Show resolved
Hide resolved
allure-jira-commons/src/main/java/io/qameta/allure/jira/retrofit/DefaultCallAdapterFactory.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/main/java/io/qameta/allure/jira/JiraExportUtility.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/main/java/io/qameta/allure/jira/JiraExportPlugin.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/test/java/io/qameta/allure/jira/JiraLaunchExportPluginTest.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/test/java/io/qameta/allure/jira/JiraLaunchExportPluginTest.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/main/java/io/qameta/allure/jira/JiraExportPlugin.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/main/java/io/qameta/allure/jira/JiraExportPlugin.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/main/java/io/qameta/allure/jira/JiraExportUtility.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/main/java/io/qameta/allure/jira/JiraExportUtility.java
Outdated
Show resolved
Hide resolved
plugins/jira-plugin/src/test/java/io/qameta/allure/jira/JiraTestResultExportPluginTest.java
Outdated
Show resolved
Hide resolved
…n and returning the local variable
Hello! when this merge will be released? thanks! |
Ditto that. I am getting error "[JiraExportResult(issueKey=AL-23, externalId=null, status=failed, message=externalId should not be empty)]" and wondering if related to this fix. |
@spursbob are you using Jenkins or some kind of CI server that marks itself as executor? Because the executors build number is taken for externalId (since there was no better parameter to set there from allure). |
I figured things out eventually. I was copying an executor.json file in to
a local Allure folder each time before generating the report but I guess I
had forgotten to in this instance. The other issue I had, if I recall, was
having the old Allure Pytest plugin installed along with the new one.
Once I got it working I was happy, I think it is pretty awesome. I wish
there was an option to not add the result if the Jira issue is Done or
Closed but perhaps I can script that. Otherwise it could be updating issues
for years.
Thanks for your reply.
…On Sun, 28 Jun 2020, 11:03 am SeleniumTestAB, ***@***.***> wrote:
@spursbob <https://github.com/spursbob> are you using Jenkins or some
kind of CI server that marks itself as executor? Because the executors
build number is taken for externalId (since there was no better parameter
to set there from allure).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1086 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKTBV3AN3WRSVEBI2BQ5AXDRY5ERTANCNFSM4MXGZV6Q>
.
|
Context
Sending a Pull request do refactor Jira Export Plugin. Its more detailed one from my previous PR and now the plugin should work.
Checklist